Skip to content
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

Closed
drpoutine opened this issue Mar 22, 2022 · 6 comments · Fixed by #30 or #34
Closed

Suggestion: Add ARM/ARM64 build target #26

drpoutine opened this issue Mar 22, 2022 · 6 comments · Fixed by #30 or #34
Assignees
Labels
💫 enhancement This improves and existing feature

Comments

@drpoutine
Copy link

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

@afonsojramos
Copy link
Owner

Sure thing! This should be easy enough! Looking at Rust's Platform support it seems that for rpi the best target is armv7-unknown-linux-gnueabihf. I'll add it to the release process!

@afonsojramos afonsojramos self-assigned this Mar 23, 2022
@afonsojramos afonsojramos added the 💫 enhancement This improves and existing feature label Mar 23, 2022
@afonsojramos
Copy link
Owner

Actions are down right now, but the latest PR should fix it!

@afonsojramos afonsojramos reopened this Mar 24, 2022
@afonsojramos
Copy link
Owner

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.

@afonsojramos
Copy link
Owner

@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)! 🎉

@drpoutine
Copy link
Author

drpoutine commented Mar 25, 2022

@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
Just need arm32 binary, seems only arm64 is there. i believe anything rpi3 and back run 32bit mode only

@drpoutine
Copy link
Author

update to this,

darwin build works as expected. no issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💫 enhancement This improves and existing feature
Projects
None yet
2 participants