mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Add apple m1 builds
This commit is contained in:
parent
9026554471
commit
832c51f025
1 changed files with 5 additions and 0 deletions
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -29,6 +29,11 @@ jobs:
|
|||
output: cargo-binstall
|
||||
archive: zip
|
||||
use-cross: false
|
||||
- target: aarch64-apple-darwin
|
||||
os: macos-latest
|
||||
output: cargo-binstall
|
||||
archive: zip
|
||||
use-cross: false
|
||||
- target: armv7-unknown-linux-gnueabihf
|
||||
os: ubuntu-20.04
|
||||
output: cargo-binstall
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue