mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Try build-std with arm64 gnu (#667)
This commit is contained in:
parent
aea9df602c
commit
4b2deb19b9
3 changed files with 17 additions and 10 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue