Only publish and build multi-arch on main #5
Loading…
Reference in a new issue
No description provided.
Delete branch "claude/publish-multiarch-main-4cb033"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Branch pushes now do an amd64-only, build-only validation pass;
mainkeeps the full multi-arch publish.docker-bake.hcl: fixedPLATFORMSlist replaced with aMULTIARCHvariable —amd64+arm64whenMULTIARCH=true,amd64alone otherwise.build.yml:pushandMULTIARCHare both gated ongithub.ref == 'refs/heads/main'; QEMU setup and the three registry logins are skipped off-main (nothing to push, so no creds needed).build.yml: themirrorjob is main-only.Verified locally with
docker buildx bake --print: default printslinux/amd64only,MULTIARCH=trueprints both platforms.🤖 Generated with Claude Code