Woodpecker CI: Run generic workflows on amd64

This commit is contained in:
Lain Soykaf 2026-05-02 17:21:37 +04:00
commit 50651284a2
No known key found for this signature in database
4 changed files with 12 additions and 0 deletions

View file

@ -1,6 +1,9 @@
when:
- event: pull_request
labels:
platform: linux/amd64
variables:
script_file_entrypoint: &script_file_entrypoint
- /bin/sh

View file

@ -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

View file

@ -8,6 +8,9 @@ when:
depends_on:
- lint
labels:
platform: linux/amd64
variables:
script_file_entrypoint: &script_file_entrypoint
- /bin/sh

View file

@ -8,6 +8,9 @@ when:
depends_on:
- lint
labels:
platform: linux/amd64
variables:
script_file_entrypoint: &script_file_entrypoint
- /bin/sh