Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Oct 18, 2024
1 parent 8eff234 commit e18e3bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/build/build-devcontainer-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ if [ -w /var/run/docker-host.sock ]; then
fi

export DOCKER_BUILDKIT=${DOCKER_BUILDKIT:-1}

# TODO: Add multiplatform build support?
#devcontainer_cli_build_args='--platform linux/amd64,linux/arm64'
devcontainer_cli_build_args=''

if docker buildx version 2>/dev/null; then
devcontainer_cli_build_args+=' --progress=plain'
else
Expand Down

0 comments on commit e18e3bb

Please sign in to comment.