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

Please provide official ARM64 image #424

Closed
rickardp opened this issue May 12, 2023 · 2 comments
Closed

Please provide official ARM64 image #424

rickardp opened this issue May 12, 2023 · 2 comments
Labels
os support type/enhancement New feature or request

Comments

@rickardp
Copy link

rickardp commented May 12, 2023

What would you like to be added:
The image renderer compiles for ARM64 and building it cross platform with Docker is trivial. Please add ARM64 to the build pipelines so that an ARM64 version is always built and pushed with a release.

Why is this needed:
We want to use the official images instead custom-built images (which is error prone and takes time to maintain). We run mixed-arch Kubernetes clusters (Microsoft AKS in this case) and want all images to be built for both architectures.
Local dev happens on Apple M1 machines to a large extent. It is useful to avoid emulation when running locally.

Generally, cloud computing is moving to ARM64 for cost reasons, so ARM64 is going to be more important than x64 in a very near future.

I would have attempted a pull request if this was built using GitHub Actions, but it looks like it's not (or at least not in this repo). I am not familiar with Drone, but if there is docker buildx support the fix should be trivial.

@rickardp
Copy link
Author

Actually, there is already #344. Is there anything holding this back?

@AgnesToulet
Copy link
Contributor

Closed by #468

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os support type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants