aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c56ea17..630c16b 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ PROJECT := fr24feed
PLATFORMS := i386,amd64,armhf
# Docker Hub credentials:
DOCKER_USERNAME := egortensin
-# Use BuildKit, which is required (i.e. for using variables in FROM):
+# This is still required with older Compose versions to use TARGETARCH:
export DOCKER_BUILDKIT := 1
ifdef DOCKER_PASSWORD