diff mbox series

[yocto-autobuilder2] config: Add a musl qemuarm64 target

Message ID 20250326121302.779854-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder2] config: Add a musl qemuarm64 target | expand

Commit Message

Richard Purdie March 26, 2025, 12:13 p.m. UTC
Add an arm64 build to go alongside the x86 ones.

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

Patch

diff --git a/config.py b/config.py
index 4ceb91a4..be3829f9 100644
--- a/config.py
+++ b/config.py
@@ -145,6 +145,7 @@  builders_others = [
     "qemuppc64", "qemuppc64-tc",
     "qemux86-ptest", "qemux86-ptest-fast",
     "qemux86-musl-ptest", "qemux86-64-musl-ptest", "qemuarm64-musl-ptest",
+    "musl-qemuarm64",
     "buildperf-debian11",
     "buildperf-alma8",
     "reproducible-meta-oe",
@@ -295,6 +296,7 @@  builder_tags = {
 
     "musl-qemux86": ["musl"],
     "musl-qemux86-64": ["musl"],
+    "musl-qemuarm64": ["musl"],
 
     "qemuarm64-ptest": ["ptest"],
     "qemuarm64-ptest-fast": ["ptest"],