Skip to content

Commit

Permalink
Update builder.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Nov 21, 2024
1 parent 8e1456d commit 1ac3283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
fi

if [ "$(id -u)" -eq 0 ]; then
BUILDKIT_COMMAND="buildctl --addr=\"docker-container://metacall_builder_buildkit\" build"
BUILDKIT_COMMAND="buildctl --addr=docker-container://metacall_builder_buildkit build"
else
export BUILDKITD_FLAGS=--oci-worker-no-process-sandbox
BUILDKIT_COMMAND="buildctl-daemonless.sh build"
Expand Down

0 comments on commit 1ac3283

Please sign in to comment.