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

Request: offer arm64v8 image #84

Open
RaMdsC opened this issue Sep 1, 2022 · 3 comments
Open

Request: offer arm64v8 image #84

RaMdsC opened this issue Sep 1, 2022 · 3 comments

Comments

@RaMdsC
Copy link

RaMdsC commented Sep 1, 2022

At the time of writing, the image offered in DockerHub supports only amd64; as of Q2 2022, it is estimated Arm holds 9.5% consumer and 7.1% server CPU market share 1, which indicates the usefulness of adding arm64v8 support.

@moto-timo
Copy link
Member

The issue is that GitHub Actions (which is how we build, test and publish the containers) only has x86 workers. To build arm64 (which everyone wants, including me) we need a self-hosted arm64 GitHub Actions server.

@lgrosz
Copy link

lgrosz commented Apr 13, 2023

Would buildx+qemu actions be an acceptable addition to enable cross-architecture images? See this. I apologize if the link becomes stale.

@austinhallett
Copy link

I have opened this pr #107 to enable multi architecture builds

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

4 participants