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 /test/integration/docker/test.sh | |
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 '')
-rwxr-xr-x | test/integration/docker/test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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" |