You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: