We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f318cb commit f2335a6Copy full SHA for f2335a6
.bin/bashbrew-buildkit-env-setup.sh
@@ -53,6 +53,7 @@ _bashbrew_buildkit_env_setup() {
53
54
case "${BASHBREW_ARCH:-}" in
55
windows-amd64) ;; # https://github.com/microsoft/Windows-Containers/issues/34
56
+ '') ;; # if BASHBREW_ARCH isn't set explicitly, we shouldn't do more here
57
*)
58
BASHBREW_BUILDKIT_IMAGE="$(grep <<<"$externalPins" -m1 '^tianon/buildkit:')"
59
BASHBREW_BUILDKIT_IMAGE="$(_resolve_external_pins "$BASHBREW_BUILDKIT_IMAGE")"
0 commit comments