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
ci: enable multi-arch Docker images with ARM64 support via QEMU
The `docker-mithril` job builds and pushes multi-platform Docker images
(`linux/amd64`, `linux/arm64`) using Docker Buildx and QEMU for emulation.
Each binary is injected per architecture using `$TARGETARCH` at build time.
Disable `provenance` to avoid "unknown/unknown" issue:
Known behavior, provenance generation triggers a multi-platform image index,
which causes the image to appear as "unknown/unknown".
Disabling it ensures that only a single manifest is generated.
0 commit comments