Was using cargo-binstall on CI with an M1 runner and it failed because the released CLI is built for intel macs. I'm not sure how binstall does it but they have a universal binary.
It'd be nice if aarch64-apple-darwin was there as well.
I might get around to doing this myself.
Was using
cargo-binstallon CI with an M1 runner and it failed because the released CLI is built for intel macs. I'm not sure how binstall does it but they have a universal binary.It'd be nice if
aarch64-apple-darwinwas there as well.I might get around to doing this myself.