-
Notifications
You must be signed in to change notification settings - Fork 9
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
Any feature plan for support aarch64? #8
Comments
Hey there, i don't mind adding another build target for aarch64, i'm still unsure how you would run it on android but it might be handy for people using a raspberry pi, will look into it in the next days 👍 |
Thanks for reply Probably i use termux on android, since tingen need lot of requirements (especially pycrptodome), ur app can triming size allocation to indexing, yeah i think i can run also on my gameshell (raspberry pi) later on if available for aarch64, thanks again btw 🙏 |
I compiled it for my raspberry pi 4, if it helps. Inside the source code I do:
and it produces the binary with 22MB. Generated by Debian 11 for ARM64. |
Hey, just to keep you guys updated, i've tried back then to add arm prebuilds but it failed due to library requirements for the old gdrive library i use Now i've updated the gdrive library which dropped a lot of native C++ dependencies which made cross compile a nightmare but now sadly i have other issues with the zstd library which also has native C bindings as of now i'm unable to get arm builds to work but if someone is very experienced with making github actions for Rust cross compile feel free to make a PR for it |
hi, thanks for your application run smooth over my vps, basiclly it make easier for life of this scene, btw their is planing to support on aarch64 cpu (android)?so it will be more handy, thanks
The text was updated successfully, but these errors were encountered: