Skip to content

Add linux/arm64 platform to Docker image builds#3

Open
cooperlees wants to merge 1 commit intokuberhealthy:mainfrom
cooperlees:add-arm64-build
Open

Add linux/arm64 platform to Docker image builds#3
cooperlees wants to merge 1 commit intokuberhealthy:mainfrom
cooperlees:add-arm64-build

Conversation

@cooperlees
Copy link
Copy Markdown

Summary

  • Add platforms: linux/amd64,linux/arm64 to both publish.yaml and publish-tag.yaml workflows
  • The workflows already set up QEMU and buildx but never specify platforms, so images only build for amd64
  • No Containerfile changes needed — the Go build uses CGO_ENABLED=0 into scratch, which is arch-agnostic

Ref: kuberhealthy/kuberhealthy#1502

🤖 Generated with Claude Code

The publish workflows already set up QEMU and buildx but don't specify
platforms, so images only build for amd64. Add platforms: linux/amd64,linux/arm64
to both publish.yaml and publish-tag.yaml.

Ref: kuberhealthy/kuberhealthy#1502

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Cooper Ry Lees <me@cooperlees.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant