mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Use buildkit builder by default
This commit is contained in:
parent
b64084e65d
commit
66982ed978
1 changed files with 1 additions and 1 deletions
|
|
@ -17,6 +17,7 @@
|
|||
docker run --rm --privileged ${QEMU_IMAGE} --uninstall qemu-*;
|
||||
docker run --rm --privileged ${QEMU_IMAGE} --install all;
|
||||
fi
|
||||
- docker buildx create --use # creates and set's to active buildkit builder
|
||||
|
||||
.build_and_push:
|
||||
stage: custom
|
||||
|
|
@ -44,7 +45,6 @@
|
|||
ARCH: linux/amd64,linux/arm64
|
||||
before_script:
|
||||
- !reference [.install-qemu, before_script]
|
||||
- docker buildx create --use # creates context that's capable of building multiple architectures in parallel
|
||||
script:
|
||||
- |
|
||||
docker buildx build \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue