diff mbox series

[yocto-autobuilder-helper] config.json: Fix builds on ubuntu 2004 arm workers

Message ID 20250320073935.901015-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper] config.json: Fix builds on ubuntu 2004 arm workers | expand

Commit Message

Richard Purdie March 20, 2025, 7:39 a.m. UTC
Arm workers need a different tarball, fix the mappings.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 9aafa5a..058dcd8 100644
--- a/config.json
+++ b/config.json
@@ -1981,13 +1981,14 @@ 
         }
     },
     "buildtools" : {
+        "ubuntu2004-arm-*" : "${BUILDTOOLS_ARM_URL}",
+        "ubuntu2004*"  : "${BUILDTOOLS_URL}",
         "alma8*"       : "${BUILDTOOLS_URL}",
         "rocky8*"      : "${BUILDTOOLS_URL}",
         "stream8*"     : "${BUILDTOOLS_URL}",
         "opensuse154*" : "${BUILDTOOLS_URL}",
         "opensuse155*" : "${BUILDTOOLS_URL}",
         "opensuse156*" : "${BUILDTOOLS_URL}",
-        "ubuntu2004*"  : "${BUILDTOOLS_URL}",
         "perf-alma8*"  : "${BUILDTOOLS_URL}",
         "perf-ubuntu1804-ty-*" : "${BUILDTOOLS_URL}"
     }