]> git.pld-linux.org Git - projects/cleanbuild.git/commitdiff
Use docker buildkit for parallel builds
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 30 Nov 2020 07:41:04 +0000 (09:41 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 30 Nov 2020 07:53:40 +0000 (09:53 +0200)
docker/build-docker.sh

index 24112e91644e8db9441a105736d31965d7a84894..ebfc503f8a8db9840f244d9a57eb8db8b40bab73 100755 (executable)
@@ -2,5 +2,7 @@
 # use this script to build the image locally
 set -e
 
+export DOCKER_BUILDKIT=${DOCKER_BUILDKIT:-1}
+
 image=registry.gitlab.com/pld-linux/cleanbuild
 docker build --pull -t $image .
This page took 0.196352 seconds and 4 git commands to generate.