Closed PythonNut closed 7 months ago
We are building binaries through GitHub Actions. Some references I have found,
It shouldn't be too hard to implement.
There is still an issue with aarch64-unknown-linux-gnu
build, but otherwise should be good with #11.
I did not get the error when building locally with cargo build --release
on aarch64 linux (running Asahi linux).
I think the issue was cross-compile between platforms. Unfortunately, there is no way to specify CPU architecture in GHA. Would you like to make a PR to submit a binary to our bin folder?
Fixed in #19.
Hi! Support for Apple Silicon was brought up in #8. The solution suggested there was to use universal binaries on macOS. For Linux and Windows, I am not sure what the best solution would be.