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
Build the multi-arch image only on main, amd64 elsewhere
The Docker build dominates Actions minutes and arm64 is emulated on the amd64
runner, so build linux/amd64,linux/arm64 only on a full main publish; smoke
and develop build linux/amd64 only. A job-level env.PLATFORMS drives buildx
and build-push, and QEMU is set up only when arm64 is in the platform set.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments