Skip to content

Commit

Permalink
Remove --progress flag since it doesn't work for recent Windows (#192)
Browse files Browse the repository at this point in the history
The --progress flag is not supported on the more recent Windows machine builds
  • Loading branch information
otremblay committed Mar 28, 2024
1 parent 2542b28 commit 354aaf5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ if [ -n "$PARAM_CACHE_FROM" ]; then
build_args+=("--cache-from=$PARAM_CACHE_FROM")
fi

if [ "$PARAM_USE_BUILDKIT" -eq 1 ]; then
build_args+=("--progress=plain")
fi

# The context must be the last argument.
build_args+=("$PARAM_DOCKER_CONTEXT")

Expand Down

0 comments on commit 354aaf5

Please sign in to comment.