Skip to content

fix(build): use docker-container buildx driver for multi-platform builds - #94

Merged
indigo423 merged 1 commit into
mainfrom
fix/buildx-multiarch-driver
Jul 6, 2026
Merged

fix(build): use docker-container buildx driver for multi-platform builds#94
indigo423 merged 1 commit into
mainfrom
fix/buildx-multiarch-driver

Conversation

@indigo423

Copy link
Copy Markdown
Contributor

The publish path failed on main with "Multi-platform build is not supported
for the docker driver": builder-instance set up a docker context (docker
driver), which only builds a single platform, so multi-arch publish could
never work. Create a docker-container buildx builder instead (the driver
multi-platform + QEMU emulation needs), and switch 'oci' to --load so the
single-arch local image still lands in the daemon for 'docker image save'.

The single-arch publish + cosign signing already worked (activemq); this
unblocks the 17 dual-arch images.

Assisted-by: ClaudeCode:claude-opus-4-8
Signed-off-by: Ronny Trommer ronny@no42.org

The publish path failed on main with "Multi-platform build is not supported
for the docker driver": builder-instance set up a docker *context* (docker
driver), which only builds a single platform, so multi-arch publish could
never work. Create a docker-container buildx builder instead (the driver
multi-platform + QEMU emulation needs), and switch 'oci' to --load so the
single-arch local image still lands in the daemon for 'docker image save'.

The single-arch publish + cosign signing already worked (activemq); this
unblocks the 17 dual-arch images.

Assisted-by: ClaudeCode:claude-opus-4-8
Signed-off-by: Ronny Trommer <ronny@no42.org>
@indigo423
indigo423 merged commit 10a16ed into main Jul 6, 2026
25 checks passed
@indigo423
indigo423 deleted the fix/buildx-multiarch-driver branch July 6, 2026 23:15
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