Foivos.Zakkak.Net
Foivos.Zakkak.Net
Home
Blog
Courses
Tutorials
Experience
Publications
CV
Light
Dark
Automatic
docker
How to build multiarch container images and push them to a registry
Building the images podman build --platform linux/arm64,linux/amd64 --manifest ghcr.io/aero-project-eu/maestro-serverless-controller/jvm:20250910 . -f src/main/docker/Dockerfile.jvm This will create a multiarch manifest named ghcr.io/aero-project-eu/maestro-serverless-controller/jvm:20250910 that includes both linux/arm64 and linux/amd64 images. Both images will be built using the provided dockerfile and pushed to the specified registry.
Last updated on 2025-09-10
Cite
×