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 f8a9cc4 commit 793e68dCopy full SHA for 793e68d
2 files changed
.github/workflows/push.yml
@@ -37,6 +37,7 @@ jobs:
37
- run: ./build_release.sh riscv64-linux-musl
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
42
# Test
43
- run: zigmod version
build_all_zig.sh
@@ -14,6 +14,7 @@ aarch64-windows-gnu
14
riscv64-linux-musl
15
powerpc64le-linux-musl
16
mips64-linux-muslabi64
17
+s390x-linux-musl
18
"
19
20
for item in $targets
0 commit comments