Skip to content
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 support for 32-bit arm #66

Open
SteffenDE opened this issue Oct 15, 2020 · 4 comments
Open

Add support for 32-bit arm #66

SteffenDE opened this issue Oct 15, 2020 · 4 comments

Comments

@SteffenDE
Copy link

Hello everyone,

I'm currently using the arm32v7/elixir image on a balena iot project using the older 32-bit raspberry pis.
As there does not seem to be any update soon over there it'd be great if bob could also build 32-bit arm images.

Keep up the great work!

@ericmj
Copy link
Member

ericmj commented Oct 16, 2020

It looks like we can build arm/v7 images on our arm64 machines using docker buildx without performance penalty. It would require changes to our docker builds because we do not use buildx currently. Contributions in this area would be welcome.

@Zinggi
Copy link

Zinggi commented Apr 17, 2021

I'd also be very interested in this. But I'd need arm32v6 (linux/arm/v6), as I've got a Raspberry Pi Zero.
Are there plans for providing more architectures?

@ericmj
Copy link
Member

ericmj commented Apr 17, 2021

We can provide more architectures if the functionality it requires is contributed.

@Zinggi
Copy link

Zinggi commented Apr 20, 2021

I got a working elixir container from here, which works for me. But of course, having more options to choose from would be a plus. I really like that the images here follow the 'immutable' approach, so the images here would be better suited for my use case. But unfortunately I don't know much about cross compiling and infra stuff to help out here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants