| author | |
| committer | |
| log | 5cbd21c04f25b44872a20e2c0a0647d64ae1d117 |
| tree | 5d510285cac16be2d7c633fb39308eefe2a9a7f5 |
| parent | c79dc269697ac5f3f8a4c2eff081f80eb7be5aa2 |
2 files changed, 2 insertions(+), 0 deletions(-)
.github/workflows/push.yml+1| ... | @@ -34,6 +34,7 @@ jobs: | ... | @@ -34,6 +34,7 @@ jobs: |
| 34 | - run: ./build_release.sh aarch64-windows-gnu | 34 | - run: ./build_release.sh aarch64-windows-gnu |
| 35 | - run: ./build_release.sh riscv64-linux-musl | 35 | - run: ./build_release.sh riscv64-linux-musl |
| 36 | - run: ./build_release.sh powerpc64le-linux-musl | 36 | - run: ./build_release.sh powerpc64le-linux-musl |
| 37 | - run: ./build_release.sh mips64-linux-musl | ||
| 37 | 38 | ||
| 38 | # Test | 39 | # Test |
| 39 | - run: ./zig-out/bin/zigmod version | 40 | - run: ./zig-out/bin/zigmod version |
build_all_zig.sh+1| ... | @@ -15,6 +15,7 @@ aarch64-macos-none | ... | @@ -15,6 +15,7 @@ aarch64-macos-none |
| 15 | aarch64-windows-gnu | 15 | aarch64-windows-gnu |
| 16 | riscv64-linux-musl | 16 | riscv64-linux-musl |
| 17 | powerpc64le-linux-musl | 17 | powerpc64le-linux-musl |
| 18 | mips64-linux-musl | ||
| 18 | " | 19 | " |
| 19 | 20 | ||
| 20 | for item in $targets | 21 | for item in $targets |