mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-05-13 02:04:38 +00:00
Improve platform and label matching ergonomics #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Platform and label matching is powerful but easy to misconfigure, especially with architecture-specific runners.
Issues encountered while running multi-arch workflows:
Desired behavior
Improve platform/label ergonomics with one or more of:
Why this matters
Multi-arch setups are common for release CI. Small label mistakes can schedule expensive or incompatible jobs on the wrong architecture.