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:
|
when:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
script_file_entrypoint: &script_file_entrypoint
|
script_file_entrypoint: &script_file_entrypoint
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,9 @@ when:
|
||||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||||
path: [ "*.ex", "*.eex", "*.exs", "mix.lock", ".woodpecker/**" ]
|
path: [ "*.ex", "*.eex", "*.exs", "mix.lock", ".woodpecker/**" ]
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
script_file_entrypoint: &script_file_entrypoint
|
script_file_entrypoint: &script_file_entrypoint
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,9 @@ when:
|
||||||
depends_on:
|
depends_on:
|
||||||
- lint
|
- lint
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
script_file_entrypoint: &script_file_entrypoint
|
script_file_entrypoint: &script_file_entrypoint
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,9 @@ when:
|
||||||
depends_on:
|
depends_on:
|
||||||
- lint
|
- lint
|
||||||
|
|
||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
script_file_entrypoint: &script_file_entrypoint
|
script_file_entrypoint: &script_file_entrypoint
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue