Skip to content

Commit

Permalink
DO_NOT_MERGE: this is a temporary tweak to test arm builders
Browse files Browse the repository at this point in the history
problem: arm builds only run on master

solution: run them always
  • Loading branch information
trws committed Jan 17, 2025
1 parent d44f57d commit 2240ff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/generate-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def on_master_or_tag(matrix):

DEFAULT_MULTIARCH_PLATFORMS = {
"linux/arm64": {
"when": on_master_or_tag,
# "when": on_master_or_tag,
"when": lambda _: True,
"suffix": " - arm64",
"command_args": "--install-only ",
"timeout_minutes": 90,
Expand Down

0 comments on commit 2240ff0

Please sign in to comment.