diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-30 15:47:40 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-30 16:10:58 +0200 |
commit | 8c5834c297ce836bf0ad2fd18407654ae614c946 (patch) | |
tree | 0bddda1f0e824367ace4d2758c2d7e55a51f109d /Makefile | |
parent | docker/frontend: update the CSS from upstream (diff) | |
download | cgitize-8c5834c297ce836bf0ad2fd18407654ae614c946.tar.gz cgitize-8c5834c297ce836bf0ad2fd18407654ae614c946.zip |
docker: fix armhf buildsv4.0.12
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)) |