release-cross: Add 64-bit big-endian POWER (#443234)

This commit is contained in:
Cosima Neidahl
2025-12-16 20:45:18 +00:00
committed by GitHub
+4
View File
@@ -255,6 +255,10 @@ in
i686-musl = mapTestOnCross systems.examples.musl32 linuxCommon;
i686-gnu = mapTestOnCross systems.examples.gnu32 linuxCommon;
# Linux on POWER
ppc64-elfv1 = mapTestOnCross systems.examples.ppc64-elfv1 linuxCommon;
ppc64-elfv2 = mapTestOnCross systems.examples.ppc64-elfv2 linuxCommon;
ppc64-musl = mapTestOnCross systems.examples.ppc64-musl linuxCommon;
ppc64le = mapTestOnCross systems.examples.powernv linuxCommon;
ppc64le-musl = mapTestOnCross systems.examples.musl-power linuxCommon;