summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2023-01-20 19:01:10 +0100
committerDaniel Salzman <daniel.salzman@nic.cz>2023-01-20 19:01:10 +0100
commitf4a0f9e4e7d981028ef523bb351df77da82b69eb (patch)
treecfa76a351ca575c27ec864b29d0ff6e220b66b7b /scripts
parentDockerfile: fix building on Bookworm (diff)
downloadknot-f4a0f9e4e7d981028ef523bb351df77da82b69eb.tar.xz
knot-f4a0f9e4e7d981028ef523bb351df77da82b69eb.zip
Dockerfile: fix building using buildx
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.docker2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.docker b/scripts/Makefile.docker
index 65a994694..9f72bb6f8 100644
--- a/scripts/Makefile.docker
+++ b/scripts/Makefile.docker
@@ -22,7 +22,7 @@ QEMUDETECT = /proc/sys/fs/binfmt_misc/qemu-m68k
docker-multiarch: qemu buildx docker-multiarch-builder
docker login
- docker buildx build --builder docker-multiarch --pull --push ${LABEL} \
+ docker buildx build --no-cache --builder docker-multiarch --pull --push ${LABEL} \
--platform ${PLATFORMS} ${ARGS} ${BRANCHTAG} ${RELTAG} ${EXTRATAG} ..
qemu: ${QEMUDETECT}