config: Add a musl qemuarm64 target

Add an arm64 build to go alongside the x86 ones.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2025-03-26 12:11:55 +00:00
parent a0bec61201
commit 6604e5048d

View File

@ -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"],