afonsojramos/discrakt

Suggestion: Add ARM/ARM64 build target

Closed this issue · 6 comments

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

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!

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

@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

update to this,

darwin build works as expected. no issues