Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkgs/top-level/release-cross.nix
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,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;

Expand Down
Loading