ci: remove s390x binary
ziglang.org provides s390x builds and for some reason building this
target in CI ballooned to >12m, local build time is nominal
1 files changed, 0 insertions(+), 2 deletions(-)
.github/workflows/push.yml-2
| ... | @@ -57,8 +57,6 @@ jobs: | ... | @@ -57,8 +57,6 @@ jobs: |
| 57 | | 57 | |
| 58 | - run: ./build_release.sh mips64el-linux-muslabi64 | 58 | - run: ./build_release.sh mips64el-linux-muslabi64 |
| 59 | | 59 | |
| 60 | - run: ./build_release.sh s390x-linux-musl | | |
| 61 | | | |
| 62 | # Github Release | 60 | # Github Release |
| 63 | - run: ./changelog.sh | 61 | - run: ./changelog.sh |
| 64 | - run: ./make_release.sh ${{ secrets.GITHUB_TOKEN }} | 62 | - run: ./make_release.sh ${{ secrets.GITHUB_TOKEN }} |