File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ for tag in $tags; do
55
55
"tags": {{- json ($.Tags namespace false $e) -}},
56
56
"directory": {{- json ($e.ArchDirectory $arch) -}},
57
57
"file": {{- json ($e.ArchFile $arch) -}},
58
- "builder": {{- json ($e.ArchBuilder $arch) -}}
58
+ "builder": {{- json ($e.ArchBuilder $arch) -}},
59
59
"constraints": {{- json $e.Constraints -}},
60
60
"froms": {{- json ($.ArchDockerFroms $arch $e) -}}
61
61
{{- "}" -}}
@@ -82,7 +82,7 @@ for tag in $tags; do
82
82
if .builder == "classic" or .builder == "" then
83
83
"DOCKER_BUILDKIT=0 docker build"
84
84
elif .builder == "buildkit" then
85
- "docker buildx build --progress plain --build-arg BUILDKIT_SYNTAX=\"$BASHBREW_BUILDKIT_SYNTAX\"
85
+ "docker buildx build --progress plain --build-arg BUILDKIT_SYNTAX=\"$BASHBREW_BUILDKIT_SYNTAX\""
86
86
else
87
87
"echo >&2 " + ("error: unknown/unsupported builder: " + .builder | @sh) + "\nexit 1\n#"
88
88
end
You can’t perform that action at this time.
0 commit comments