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

Enable multi architecture builds #9

Open
TheBiggerGuy opened this issue May 1, 2019 · 0 comments
Open

Enable multi architecture builds #9

TheBiggerGuy opened this issue May 1, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@TheBiggerGuy
Copy link
Owner

At current Docker picks the wrong ARM images (armhf vs armel) on many ARM boards (eg. Raspberry PI).

To work around this the Docker files specify a fixed architecture tag. eg:

FROM multiarch/alpine:armhf-v3.9 as base

In general this project should support both ARM and x86 with all variants there in.

Docker bug: moby/moby#34875
Forks just to fix this issue: https://github.com/fl0wfr/docker-ads-b/commit/34cfab548187f9bb9200ec4cf98069b0761dd6d4

@TheBiggerGuy TheBiggerGuy self-assigned this May 1, 2019
@TheBiggerGuy TheBiggerGuy added the enhancement New feature or request label May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant