File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -199,14 +199,9 @@ strategy="$(
199
199
"# https://github.com/docker-library/bashbrew/pull/43",
200
200
if ([ .meta.entries[].builder ] | index("buildkit")) then
201
201
# https://github.com/docker-library/bashbrew/pull/70#issuecomment-1461033890 (we need to _not_ set BASHBREW_ARCH here)
202
- "if [ -x ~/oi/.bin/bashbrew-buildkit-env-setup.sh ]; then",
203
- "\t# https://github.com/docker-library/official-images/pull/14212",
204
- "\tbuildkitEnvs=\"$(~/oi/.bin/bashbrew-buildkit-env-setup.sh)\"",
205
- "\tjq <<<\"$buildkitEnvs\" -r \(env.envObjectToGitHubEnvFileJQ | @sh) | tee -a \"$GITHUB_ENV\"",
206
- "else",
207
- "\tBASHBREW_BUILDKIT_SYNTAX=\"$(< ~/oi/.bashbrew-buildkit-syntax)\"; export BASHBREW_BUILDKIT_SYNTAX",
208
- "\tprintf \"BASHBREW_BUILDKIT_SYNTAX=%q\\n\" \"$BASHBREW_BUILDKIT_SYNTAX\" >> \"$GITHUB_ENV\"",
209
- "fi",
202
+ # https://github.com/docker-library/official-images/pull/14212
203
+ "buildkitEnvs=\"$(~/oi/.bin/bashbrew-buildkit-env-setup.sh)\"",
204
+ "jq <<<\"$buildkitEnvs\" -r \(env.envObjectToGitHubEnvFileJQ | @sh) | tee -a \"$GITHUB_ENV\"",
210
205
empty
211
206
else
212
207
empty
You can’t perform that action at this time.
0 commit comments