docker-build: use docker-container buildx driver #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/docker-build-buildx-driver"
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?
Why
scripts/build.shranbuildx create --usewith the defaultdockerdriver, which can't do multi-platform builds or--cache-to type=registryexporters 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.