-
Notifications
You must be signed in to change notification settings - Fork 80
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
Builds for linux/arm/v6 #337
Comments
@Zinggi just an FYI that I make builds for armv6 on my balena-erlang repo. They're designed to run on BalenaOS (ie they make use of some nicenesses that are in their base images) but they run perfectly fine on any other Linux too. Hope that helps. |
@jimsynz Thank you so much, that literally saved my day! These images work well for me. |
My pleasure. Glad that they're working for you @Zinggi. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there 👋
I've got a Raspberry Pi Zero, which has an armv6 architecture. Unfortunately, this image only provides linux/arm/v7.
I looked at the build script, and it looks like it would be as easy as adding
arm32v6
in there.Looking at other official images, e.g. python, I see that their script fetches the architectures from here: https://github.com/docker-library/official-images/blob/master/library/python#L19
Maybe that approach could work here as well?
I'm currently in the process of cross-compiling this + the derived elixir image myself to check if it works. But it's taking hours...
The text was updated successfully, but these errors were encountered: