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 88ec2c0 commit f8a9cc4Copy full SHA for f8a9cc4
2 files changed
.github/workflows/push.yml
@@ -36,6 +36,7 @@ jobs:
36
- run: ./build_release.sh aarch64-windows-gnu
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
41
# Test
42
- run: zigmod version
build_all_zig.sh
@@ -13,8 +13,8 @@ aarch64-macos-none
13
aarch64-windows-gnu
14
riscv64-linux-musl
15
powerpc64le-linux-musl
16
+mips64-linux-muslabi64
17
"
-# mips64-linux-musl # https://github.com/ziglang/zig/issues/23965
18
19
for item in $targets
20
do
0 commit comments