lib/systems: fix qemuArch for aarch64_be (#500620)

This commit is contained in:
Aleksana 2026-03-18 14:06:22 +00:00 committed by GitHub
commit c9fdda7d5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -319,7 +319,7 @@ let
if final.isAarch32 then
"arm"
else if final.isAarch64 then
"aarch64"
"aarch64${optionalString final.isBigEndian "_be"}"
else if final.isS390 && !final.isS390x then
null
else if final.isx86_64 then