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 baf6e56 commit ae06b72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-system/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ echo "Creating multi-platform builder"
docker buildx create --name multi-platform-builder --bootstrap --use
echo "Multi-platform builder created"

docker run --rm --privileged multiarch/qemu-user-static --reset -p yes


# 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 ae06b72

Please sign in to comment.