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 …
•
1 min read
Building the images podman build --platform linux/arm64,linux/amd64 --manifest ghcr.io/aero-project-eu/maestro-serverless-controller/jvm:20250910 . -f …