Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWindle committed Sep 13, 2023
1 parent d1837a7 commit 3a4372f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ echo "Content hash: $CONTENT_HASH"
cd $BUILD_DIR

SINGLE_ARCH="false"
if [[ $PLATFORMS == "linux/amd64" ]]; then
if [[ $PLATFORMS != "linux/amd64" ]]; then
SINGLE_ARCH="true"
retry ensure_docker_buildx
echo "Creating multi-platform builder"
Expand Down

0 comments on commit 3a4372f

Please sign in to comment.