cargo-bins / cargo-quickinstall

pre-compiled binary packages for `cargo install`
Apache License 2.0
215 stars 10 forks source link

Enable more targets in quickinstall #185

Closed NobodyXu closed 1 year ago

NobodyXu commented 1 year ago

Signed-off-by: Jiahao XU Jiahao_XU@outlook.com

Milo123459 commented 1 year ago

For Raspberry Pis, you need to add "aarch64-unknown-linux-gnu"

NobodyXu commented 1 year ago

For Raspberry Pis, you need to add "aarch64-unknown-linux-gnu"

It's already supported. I also add the corresponding musl target.

NobodyXu commented 1 year ago

Build for aarch64-unknown-linux-musl is confirmed to be working.

NobodyXu commented 1 year ago

Build for aarch64-pc-windows-msvc has also confirmed to be working.

NobodyXu commented 1 year ago

Building ring v0.16.20 on aarch64-pc-windows-msvc failed, which is expected since it doesn't support that target yet. Support will be added in ring v0.16.21 or v0.17.0

NobodyXu commented 1 year ago

Build for armv7-unknown-linux-musleabihf has confirmed to be working.

NobodyXu commented 1 year ago

Build for armv7-unknown-linux-gnueabihf has confirmed to be working.