solokeys / solo2-cli

Solo 2 library and CLI in Rust
https://docs.rs/solo2
Apache License 2.0
169 stars 31 forks source link

[Feature request] Package binary also for arm darwin M1/M2 chips #78

Open bennesp opened 2 years ago

bennesp commented 2 years ago

I can see in packages three different packages for darwin, linux and windows, all x86_64

It would be great to be able to use this CLI natively also on arm chips like the M1/M2 ones.

tehabe commented 1 year ago

Yeah, a universal build for macOS supporting x86_64 and arm64 would be awesome. The x86_64 build works thanks to Rosetta 2 but who knows how long Apple will support it.