From 2240ff0bb4fe2aa0a5c2456a9a952a86a6d36a3f Mon Sep 17 00:00:00 2001 From: Tom Scogland Date: Fri, 17 Jan 2025 10:30:17 -0800 Subject: [PATCH] DO_NOT_MERGE: this is a temporary tweak to test arm builders problem: arm builds only run on master solution: run them always --- src/test/generate-matrix.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/generate-matrix.py b/src/test/generate-matrix.py index 5337d13ed..b7465f24a 100755 --- a/src/test/generate-matrix.py +++ b/src/test/generate-matrix.py @@ -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,