-
Notifications
You must be signed in to change notification settings - Fork 101
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 release for ARM #101
Comments
And add this fix: #79 |
I need the ARM version too. Thanks! |
As a workaround you can add miltiarch support into your distro. I did something like this (for Ubuntu): apt-get install binfmt-support qemu-user-static
dpkg --add-architecture amd64
apt-get install hello:amd64 probably you would need to install additional libraries like
|
By compiling from source, we can have an ARM version. Adding an instruction seems helpful.
|
Please release version for ARM in future.
Thanks.
The text was updated successfully, but these errors were encountered: