We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793e68d commit 78188f0Copy full SHA for 78188f0
2 files changed
.github/workflows/push.yml
@@ -38,6 +38,7 @@ jobs:
38
- run: ./build_release.sh powerpc64le-linux-musl
39
- run: ./build_release.sh mips64-linux-muslabi64
40
- run: ./build_release.sh s390x-linux-musl
41
+ - run: ./build_release.sh loongarch64-linux-musl
42
43
# Test
44
- run: zigmod version
build_all_zig.sh
@@ -15,6 +15,7 @@ riscv64-linux-musl
15
powerpc64le-linux-musl
16
mips64-linux-muslabi64
17
s390x-linux-musl
18
+loongarch64-linux-musl
19
"
20
21
for item in $targets
0 commit comments