erlang / docker-erlang-otp

the Official Erlang OTP image on Docker Hub

Home Page:https://hub.docker.com/_/erlang/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Builds for linux/arm/v6

Zinggi opened this issue ยท comments

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...

@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 That sounds great, I'll give those a try. And you also have elixir โค๏ธ

@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.