| author | |
| committer | |
| log | 977e866a33dd4829eec3c5862eb23ff954ba31ab |
| tree | 685f8a7af879400ca0e49a4fb8b9fe6b81bc1d64 |
| parent | 71a068ac6342718a5abbd675e1adc84aeaf8f2c2 |
2 files changed, 2 insertions(+), 2 deletions(-)
.github/workflows/push.yml+1-1| ... | @@ -36,7 +36,7 @@ jobs: | ... | @@ -36,7 +36,7 @@ jobs: |
| 36 | - run: ./build_release.sh aarch64-windows-gnu | 36 | - run: ./build_release.sh aarch64-windows-gnu |
| 37 | - run: ./build_release.sh riscv64-linux-musl | 37 | - run: ./build_release.sh riscv64-linux-musl |
| 38 | - run: ./build_release.sh powerpc64le-linux-musl | 38 | - run: ./build_release.sh powerpc64le-linux-musl |
| 39 | - run: ./build_release.sh mips64-linux-muslabi64 | 39 | - run: ./build_release.sh mips64el-linux-muslabi64 |
| 40 | - run: ./build_release.sh s390x-linux-musl | 40 | - run: ./build_release.sh s390x-linux-musl |
| 41 | - run: ./build_release.sh loongarch64-linux-musl | 41 | - run: ./build_release.sh loongarch64-linux-musl |
| 42 | 42 |
build_all_zig.sh+1-1| ... | @@ -13,7 +13,7 @@ aarch64-macos-none | ... | @@ -13,7 +13,7 @@ aarch64-macos-none |
| 13 | aarch64-windows-gnu | 13 | aarch64-windows-gnu |
| 14 | riscv64-linux-musl | 14 | riscv64-linux-musl |
| 15 | powerpc64le-linux-musl | 15 | powerpc64le-linux-musl |
| 16 | mips64-linux-muslabi64 | 16 | mips64el-linux-muslabi64 |
| 17 | s390x-linux-musl | 17 | s390x-linux-musl |
| 18 | loongarch64-linux-musl | 18 | loongarch64-linux-musl |
| 19 | " | 19 | " |