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

AArch64 container image #196

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MrAnno
Copy link
Contributor

@MrAnno MrAnno commented Nov 13, 2024

This PR introduces aarch64 images. I'm leaving it in draft status until the arm64 GitHub Actions runners are publicly available.

https://github.blog/news-insights/product-news/arm64-on-github-actions-powering-faster-more-efficient-build-systems/

We expect to begin offering Arm runners for open source projects by the end of the year.


The images won’t double in number again because multi-arch manifests are used, so it looks like this on the user side:

image


4 image builders, merged into 2 images (alpine, debian) using multi-arch manifests:
image

The motivation is dual again:

  • ARM platforms are getting more widespread, especially in cloud environments (for example, AWS Graviton), offering a more cost-effective alternative to x86-64.
  • the image would help create local test and dev environments (for example, Kubernetes deployments) on Apple silicon laptops.

Special thanks to @pepov

Signed-off-by: László Várady <[email protected]>
@MrAnno MrAnno force-pushed the arm64-container-image branch from f5d752c to 92e0d8e Compare January 17, 2025 09:25
@MrAnno MrAnno marked this pull request as ready for review January 17, 2025 09:28
@MrAnno
Copy link
Contributor Author

MrAnno commented Jan 17, 2025

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

Successfully merging this pull request may close these issues.

1 participant