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 a80d87f commit ddcfb0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-system/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ echo "Repository: $REPOSITORY"
echo "Working directory: $PWD"
echo "Dockerfile: $DOCKERFILE"
echo "Build directory: $BUILD_DIR"
echo "Platforms: $PLATFORMS"

# Fetch images with retries
function fetch_image() {
Expand Down Expand Up @@ -67,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 ddcfb0f

Please sign in to comment.