docker-build: use docker-container buildx driver #5

Merged
stephen merged 1 commit from fix/docker-build-buildx-driver into main 2026-06-30 15:43:37 +00:00
Owner

Why

scripts/build.sh ran buildx create --use with the default docker driver, which can't do multi-platform builds or --cache-to type=registry exporters that the README advertises.

What

Create the builder with --driver docker-container (+ binfmt/qemu setup for multi-platform). Note: no docker on the dev box, so validated by lint; buildx exercised by CI runner.

Testing

shellcheck/lint pass. Backlog rank 7.

## Why `scripts/build.sh` ran `buildx create --use` with the default `docker` driver, which can't do multi-platform builds or `--cache-to type=registry` exporters that the README advertises. ## What Create the builder with `--driver docker-container` (+ binfmt/qemu setup for multi-platform). Note: no docker on the dev box, so validated by lint; buildx exercised by CI runner. ## Testing shellcheck/lint pass. Backlog rank 7.
fix: use buildx container driver
All checks were successful
test / unit (pull_request) Successful in 5s
test / e2e (pull_request) Successful in 4s
5402e8eed5
stephen deleted branch fix/docker-build-buildx-driver 2026-06-30 15:43:41 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rasterstate/docker-build-action!5
No description provided.