aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-05-30 15:47:40 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-05-30 16:10:58 +0200
commit8c5834c297ce836bf0ad2fd18407654ae614c946 (patch)
tree0bddda1f0e824367ace4d2758c2d7e55a51f109d /Makefile
parentdocker/frontend: update the CSS from upstream (diff)
downloadcgitize-8c5834c297ce836bf0ad2fd18407654ae614c946.tar.gz
cgitize-8c5834c297ce836bf0ad2fd18407654ae614c946.zip
docker: fix armhf buildsv4.0.12
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2fd5e2a..07322c9 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,8 @@ PROJECT := cgitize
PLATFORMS := amd64,armhf,arm64
# Docker Hub credentials:
DOCKER_USERNAME := egortensin
+# This is still required with older Compose versions to use TARGETARCH:
+export DOCKER_BUILDKIT := 1
ifdef DOCKER_PASSWORD
$(eval $(call noexpand,DOCKER_PASSWORD))