-
Notifications
You must be signed in to change notification settings - Fork 108
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
add support for ARM32 packaging #158
Comments
@andlo thanks for the interest. Our ARM64 support is a bit experimental, but we're using Docker to generate the packages so maybe we can add similar support for ARM32 in the future. I'm going to leave this open for the moment, but I haven't figured out where to prioritize it alongside everything else... |
Thats OK. I did find a solution, once I figured out why it didnt work ;) And I did look how you compiled the ARM64 by looking into the bildscript, so I figured out how to do the same on a 32 bit OS :) |
@andlo let me know if you're interested in upstreaming the changes to add ARM32 support (or at least sharing them here for reference) |
I would if i could…. :) I only looked at the compilersettings for how the Arb64 were, ad just copied it and used that for a compilation localy on my Arm32 raspberrry. So I hassnt anything to add as far as I think other than the same compitersettings works for Arm32 as for 64. |
I am building a Skill for Mycroft, that installs and set up a Theia-Ide on the device. The device is a RaspberryPi running either Raspbian jessie or Strech. But in 32 bit versions. So the precompiled package of git dosnt work on those.
Right now I just compile git and placed it manualy in place, but it would be awsome if a precompiled package for Arm32 would be made.
The text was updated successfully, but these errors were encountered: