From 26f2e07d2122efcfe91a4a8d2b2b4487c675005b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 May 2023 16:15:27 +0200 Subject: Makefile: rewording --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3