Skip to content

fix(docker): cross-compile multi-arch (no QEMU) - #12

Merged
stubbi merged 1 commit into
mainfrom
fix/dockerfile-cross-compile
Jun 13, 2026
Merged

fix(docker): cross-compile multi-arch (no QEMU)#12
stubbi merged 1 commit into
mainfrom
fix/dockerfile-cross-compile

Conversation

@stubbi

@stubbi stubbi commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

The arm64 image leg ran go build under QEMU emulation (~20+ min). Build on $BUILDPLATFORM and cross-compile with GOOS/GOARCH so both CI and release image builds are fast. CGO is already disabled.

🤖 Generated with Claude Code

go build ran under QEMU for the arm64 leg, taking 20+ min. Build natively on
$BUILDPLATFORM and cross-compile via GOOS/GOARCH (CGO already disabled), so
multi-arch builds are fast for both CI and releases.
@stubbi
stubbi merged commit 2cd2e6a into main Jun 13, 2026
6 checks passed
@stubbi
stubbi deleted the fix/dockerfile-cross-compile branch June 13, 2026 13:43
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