From 291066d4cfa341961cf990aea72b5e13eee49f27 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 26 Mar 2025 16:55:27 +0000 Subject: [PATCH] config.py: add musl-qemuarm64 to the shared builder list This adds musl-qemuarm64 to a-quick and a-full, alongwith musl-qemux86. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index b248598..9e493fe 100644 --- a/config.py +++ b/config.py @@ -88,8 +88,8 @@ trigger_builders_wait_shared = [ "beaglebone", "beaglebone-alt", "pkgman-non-rpm", "build-appliance", "buildtools", - "wic", - "poky-tiny", "musl-qemux86", "musl-qemux86-64", "no-x11", + "wic", "poky-tiny", "no-x11", + "musl-qemuarm64", "musl-qemux86", "musl-qemux86-64", "qa-extras", "qa-extras2", "check-layer", "meta-mingw", "reproducible",