Skip to content

Commit

Permalink
tty progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Gehorsam committed Mar 7, 2024
1 parent 7c80e67 commit f30afb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

exec docker buildx build --platform linux/amd64 -f $(dirname $0)/Dockerfile --progress=plain $(dirname $0)/.. --output ${1:?pass output directory as first argument}
exec docker buildx build --platform linux/amd64 -f $(dirname $0)/Dockerfile --progress=tty $(dirname $0)/.. --output ${1:?pass output directory as first argument}

0 comments on commit f30afb9

Please sign in to comment.