From c794a4a2a6c4d19369b07ed7430bbd5706c5d78c Mon Sep 17 00:00:00 2001 From: PhilWindle Date: Tue, 12 Sep 2023 16:20:24 +0000 Subject: [PATCH] WIP --- build-system/scripts/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-system/scripts/build b/build-system/scripts/build index fb04de869b8..b0a21e4944f 100755 --- a/build-system/scripts/build +++ b/build-system/scripts/build @@ -65,6 +65,8 @@ echo "Content hash: $CONTENT_HASH" cd $BUILD_DIR +docker buildx create --name multi-platform-builder --bootstrap --use + # If we have previously successful commit, we can early out if nothing relevant has changed since. if [[ $FORCE_BUILD == 'false' ]] && check_rebuild cache-"$CONTENT_HASH" $REPOSITORY; then echo "No rebuild necessary."