authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-08-14 22:18:02 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-08-14 22:18:02 -07:00
log5cbd21c04f25b44872a20e2c0a0647d64ae1d117
tree5d510285cac16be2d7c633fb39308eefe2a9a7f5
parentc79dc269697ac5f3f8a4c2eff081f80eb7be5aa2

build: add mips64-linux-musl


2 files changed, 2 insertions(+), 0 deletions(-)

.github/workflows/push.yml+1
......@@ -34,6 +34,7 @@ jobs:
3434 - run: ./build_release.sh aarch64-windows-gnu
3535 - run: ./build_release.sh riscv64-linux-musl
3636 - run: ./build_release.sh powerpc64le-linux-musl
37 - run: ./build_release.sh mips64-linux-musl
3738
3839 # Test
3940 - run: ./zig-out/bin/zigmod version
build_all_zig.sh+1
......@@ -15,6 +15,7 @@ aarch64-macos-none
1515aarch64-windows-gnu
1616riscv64-linux-musl
1717powerpc64le-linux-musl
18mips64-linux-musl
1819"
1920
2021for item in $targets