From 8c5834c297ce836bf0ad2fd18407654ae614c946 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 May 2023 15:47:40 +0200 Subject: docker: fix armhf builds --- test/integration/docker/test.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/integration/docker') diff --git a/test/integration/docker/test.sh b/test/integration/docker/test.sh index 7cb02a0..d5a7c79 100755 --- a/test/integration/docker/test.sh +++ b/test/integration/docker/test.sh @@ -9,6 +9,9 @@ readonly script_dir script_name="$( basename -- "${BASH_SOURCE[0]}" )" readonly script_name +# This is still required with older Compose versions to use TARGETARCH: +export DOCKER_BUILDKIT=1 + readonly ssh_dir="$script_dir/ssh" readonly client_key_password='password' readonly output_dir="$script_dir/cgitize/output" -- cgit v1.2.3