Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWindle committed Sep 12, 2023
1 parent e4dd2c4 commit c794a4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-system/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit c794a4a

Please sign in to comment.