Try build-std with arm64 gnu (#667)

This commit is contained in:
Félix Saparelli 2023-01-09 12:35:00 +13:00 committed by GitHub
parent aea9df602c
commit 4b2deb19b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 10 deletions

View file

@ -114,6 +114,5 @@ jobs:
# if everything succeeds and PR is ready for review, test the release/package process
release-builds:
if: (github.event_name == 'pull_request' && github.event.pull_request.draft == false) || github.event_name == 'workflow_dispatch'
needs:
- tests-pass
needs: tests-pass
uses: ./.github/workflows/release-build.yml

View file

@ -23,7 +23,7 @@ jobs:
- { o: macos-latest, t: aarch64-apple-darwin }
- { o: ubuntu-20.04, t: x86_64-unknown-linux-gnu }
- { o: ubuntu-20.04, t: armv7-unknown-linux-gnueabihf, c: true }
- { o: ubuntu-20.04, t: aarch64-unknown-linux-gnu, c: true }
- { o: ubuntu-20.04, t: aarch64-unknown-linux-gnu }
- { o: ubuntu-latest, t: x86_64-unknown-linux-musl }
- { o: ubuntu-latest, t: armv7-unknown-linux-musleabihf, c: true }
- { o: ubuntu-latest, t: aarch64-unknown-linux-musl, c: true }