Skip to content

Commit

Permalink
Fix typos from #52 πŸ™ˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Oct 14, 2022
1 parent bb6adab commit 1d0cd64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/github-actions/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ for tag in $tags; do
"tags": {{- json ($.Tags namespace false $e) -}},
"directory": {{- json ($e.ArchDirectory $arch) -}},
"file": {{- json ($e.ArchFile $arch) -}},
"builder": {{- json ($e.ArchBuilder $arch) -}}
"builder": {{- json ($e.ArchBuilder $arch) -}},
"constraints": {{- json $e.Constraints -}},
"froms": {{- json ($.ArchDockerFroms $arch $e) -}}
{{- "}" -}}
Expand All @@ -82,7 +82,7 @@ for tag in $tags; do
if .builder == "classic" or .builder == "" then
"DOCKER_BUILDKIT=0 docker build"
elif .builder == "buildkit" then
"docker buildx build --progress plain --build-arg BUILDKIT_SYNTAX=\"$BASHBREW_BUILDKIT_SYNTAX\"
"docker buildx build --progress plain --build-arg BUILDKIT_SYNTAX=\"$BASHBREW_BUILDKIT_SYNTAX\""
else
"echo >&2 " + ("error: unknown/unsupported builder: " + .builder | @sh) + "\nexit 1\n#"
end
Expand Down

0 comments on commit 1d0cd64

Please sign in to comment.