Merge pull request #229539 from wegank/release-cross-loongarch

release-cross.nix: add loongarch64-linux

authored by

Weijia Wang and committed by
GitHub
9ed6cf95 ac7e7d8c

+3
+3
pkgs/top-level/release-cross.nix
··· 186 186 riscv64 = mapTestOnCross lib.systems.examples.riscv64 linuxCommon; 187 187 riscv32 = mapTestOnCross lib.systems.examples.riscv32 linuxCommon; 188 188 189 + /* Linux on LoongArch */ 190 + loongarch64-linux = mapTestOnCross lib.systems.examples.loongarch64-linux linuxCommon; 191 + 189 192 m68k = mapTestOnCross lib.systems.examples.m68k linuxCommon; 190 193 s390x = mapTestOnCross lib.systems.examples.s390x linuxCommon; 191 194