mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-25 06:40:03 +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
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