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

Build container images for all architectures and publish multi-arch manifests #762

Open
5 tasks
lentzi90 opened this issue May 2, 2024 · 3 comments
Open
5 tasks

Comments

@lentzi90
Copy link
Member

lentzi90 commented May 2, 2024

We currently build and publish only amd64 images. There are other popular architectures, e.g. arm64, that we should support.
At least CAPM3 and IPAM already supports building for multiple architectures easily with make docker-build-all. BMO and Ironic-image will need some work though.

The script for building must also be updated so that it builds multiple architectures and then creates a multi-arch manifest from them.

@tuminoid
Copy link
Member

tuminoid commented May 3, 2024

There is metal3-io/ip-address-manager#507 from week ago btw

@lentzi90
Copy link
Member Author

lentzi90 commented May 3, 2024

Thanks, I had not seen that!

@lentzi90
Copy link
Member Author

lentzi90 commented May 3, 2024

Hmm that means we have some work to do in CAPM3 also. It was actually a mistake that I put IPAM above. I meant to put ironic-image, which needs a bit more work I think. I'll update.

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

2 participants