c0b / docker-elixir

Official Docker image for Elixir :whale: :turtle: :rocket:
http://elixir-lang.org/
190 stars 74 forks source link

Builds for linux/arm/v6 #148

Closed Zinggi closed 3 years ago

Zinggi commented 3 years ago

Hi there :wave: I've got a Raspberry Pi Zero, which has an armv6 architecture. Unfortunately, this image only provides linux/arm/v7.

Since this repo is derived from erlang, I also opened an issue there: https://github.com/erlang/docker-erlang-otp/issues/337

It looks like making the same changes here would work too, once erlang adds the armv6 architecture. I'm currently cross-compiling this myself, I'll report back if it works once it's done.

dolfinus commented 3 years ago

Hello.

This repo is not official since October 2020. New one is https://github.com/erlef/docker-elixir.

Zinggi commented 3 years ago

Hello.

This repo is not official since October 2020. New one is https://github.com/erlef/docker-elixir.

Thanks for the info.
I got here via the first link on dockerhub. That should probably be updated. But I guess that's also an issue for the other repo.

Edit: oops, looks like it was already updated, my bad