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

Add arm support #171

Open
ForBai opened this issue Dec 14, 2023 · 3 comments
Open

Add arm support #171

ForBai opened this issue Dec 14, 2023 · 3 comments

Comments

@ForBai
Copy link

ForBai commented Dec 14, 2023

Is your feature request related to a problem? Please describe.
So i got a Raspberry P4 that i use as kind of a "home server" and i wanted to use xxh for it but then i found out the xxh binary doesnt support arm

Describe the solution you'd like
Add a build/release for arm so xxh can be used on arm devices (ex. Raspbarry Pi)

Describe alternatives you've considered
none

Additional context
-bash: ./xxh: cannot execute binary file: Exec format error

For community:
⬇️ Please click the 👍 reaction instead of leaving a +1 or 👍 comment

@anki-code
Copy link
Member

anki-code commented Dec 14, 2023

hi! There is a report about that it's possible to run AppImage on arm. Also there is xxh AppImage build script. This is a good start to trying build xxh AppImage for arm. PR or report about the result is welcome!

@ForBai
Copy link
Author

ForBai commented Dec 14, 2023

so after doing a bit of research i found out that because of python-appimge we need to wait till they release a manylinux version that supports arm and if the release we just need to add a another build in the dockerfile with the parameter
-l manylinuxVERSION_aarch64l and then replace VERSION with the manylinux version that works

@anki-code
Copy link
Member

anki-code commented Dec 15, 2023

I see you already bumped niess/python-appimage#7
Thank you for pushing this forward @ForBai !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants