mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Create universal binary for MacOS in workflow release (#551)
* Create universal binary for MacOS in workflow build * Update README Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
62e350eba9
commit
707b173de1
2 changed files with 26 additions and 1 deletions
|
@ -25,6 +25,7 @@ We recommend using the pre-compiled ones because we optimize those more than a s
|
|||
| linux | arm64 | https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-aarch64-unknown-linux-musl.tgz |
|
||||
| macos | x86\_64 | https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-apple-darwin.zip |
|
||||
| macos | m1 | https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-aarch64-apple-darwin.zip |
|
||||
| macos | universal | https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-universal-apple-darwin.zip |
|
||||
| windows | x86\_64 | https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-pc-windows-msvc.zip |
|
||||
|
||||
To upgrade, use `cargo binstall cargo-binstall`!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue