| author | |
| committer | |
| log | a78f84b42b00260b24a8b4afafae7ed5bc8fade1 |
| tree | 05e3f01c82745516105aad7a83592214a1addcd9 |
| parent | 56d9ca87bb0eade82936626c487527697a439f7d |
2 files changed, 0 insertions(+), 2 deletions(-)
.github/workflows/push.yml-1| ... | ... | @@ -31,7 +31,6 @@ jobs: |
| 31 | 31 | # Build All |
| 32 | 32 | - run: ./build_release.sh aarch64-linux-musl |
| 33 | 33 | - run: ./build_release.sh aarch64-macos-gnu |
| 34 | - run: ./build_release.sh i386-linux-musl | |
| 35 | 34 | - run: ./build_release.sh x86_64-linux-musl |
| 36 | 35 | - run: ./build_release.sh x86_64-macos-gnu |
| 37 | 36 | - run: ./build_release.sh x86_64-windows-gnu |
build_all_zig.sh-1| ... | ... | @@ -5,7 +5,6 @@ set -e |
| 5 | 5 | targets=" |
| 6 | 6 | aarch64-linux-musl |
| 7 | 7 | aarch64-macos-gnu |
| 8 | i386-linux-musl | |
| 9 | 8 | x86_64-linux-musl |
| 10 | 9 | x86_64-macos-gnu |
| 11 | 10 | x86_64-windows-gnu |