summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
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}