-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: Add ARM/ARM64 build target #26
Comments
Sure thing! This should be easy enough! Looking at Rust's Platform support it seems that for rpi the best target is |
Actions are down right now, but the latest PR should fix it! |
It seems that the actions fail on arm64/aarch64. My idea is that this is happening because we are cross compiling. I will attempt to fix this with this GitHub action. |
@drpoutine I spent more time on this than I'd like, but it is finally working flawlessly, the new version should already have all the arm builds (MacOS & Linux)! 🎉 |
Thanks, sorry for the late reply. I'll spin this up before the weekend is done and check for any funky behavior :P |
update to this, darwin build works as expected. no issues |
just wanna run this on rpi instead of having to compile it every time :P would be a nice added touch to this sweet app
The text was updated successfully, but these errors were encountered: