Woodpecker CI: Run generic workflows on amd64
This commit is contained in:
parent
9fdad779b5
commit
50651284a2
4 changed files with 12 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
when:
|
||||
- event: pull_request
|
||||
|
||||
labels:
|
||||
platform: linux/amd64
|
||||
|
||||
variables:
|
||||
script_file_entrypoint: &script_file_entrypoint
|
||||
- /bin/sh
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@ when:
|
|||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
path: [ "*.ex", "*.eex", "*.exs", "mix.lock", ".woodpecker/**" ]
|
||||
|
||||
labels:
|
||||
platform: linux/amd64
|
||||
|
||||
variables:
|
||||
script_file_entrypoint: &script_file_entrypoint
|
||||
- /bin/sh
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@ when:
|
|||
depends_on:
|
||||
- lint
|
||||
|
||||
labels:
|
||||
platform: linux/amd64
|
||||
|
||||
variables:
|
||||
script_file_entrypoint: &script_file_entrypoint
|
||||
- /bin/sh
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@ when:
|
|||
depends_on:
|
||||
- lint
|
||||
|
||||
labels:
|
||||
platform: linux/amd64
|
||||
|
||||
variables:
|
||||
script_file_entrypoint: &script_file_entrypoint
|
||||
- /bin/sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue