Skip to content
Snippets Groups Projects
Commit fe68e91a authored by Cédric Moreau's avatar Cédric Moreau
Browse files

release: re-enable ARM build

parent cea0fff8
No related branches found
No related tags found
1 merge request!240runtime-800 updates
Pipeline #35904 waiting for manual action
This commit is part of merge request !240. Comments created here will be created in the context of that merge request.
......@@ -152,7 +152,7 @@ tests:
- export MANIFEST=localhost/manifest-$IMAGE_NAME:$MILESTONE
- echo $MANIFEST
- podman manifest rm "$MANIFEST" 2>/dev/null || true
- podman build --layers --platform linux/amd64 --manifest "$MANIFEST" -f docker/Dockerfile $PODMAN_BUILD_OPTIONS .
- podman build --layers --platform linux/amd64,linux/arm64 --manifest "$MANIFEST" -f docker/Dockerfile $PODMAN_BUILD_OPTIONS .
- podman manifest push --all "$MANIFEST" "docker://docker.io/$IMAGE_NAME:$MILESTONE"
- podman manifest push --all "$MANIFEST" "docker://docker.io/$IMAGE_NAME:latest"
after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment