Skip to content

Commit 58d240e

Browse files
committed
Remove hack for 8.0 RCs
1 parent 160bb86 commit 58d240e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

generate-stackbrew-library.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ for version; do
130130
windows/*)
131131
# this is the really long way to say "windows-amd64"
132132
variantArches="$(jq -r '.[env.version] | .targets.windows.arches | map("windows-" + . | @sh) | join(" ")' versions.json)"
133-
134-
# TODO temporary hack patch; see https://github.com/docker-library/official-images/pull/18390#issuecomment-2641238124 & https://github.com/docker-library/official-images/pull/18450#issuecomment-2657736023
135-
if [ "$fullVersion" = '8.0.5-rc2' ]; then
136-
continue
137-
fi
138133
;;
139134
*)
140135
variantArches="$(jq -r '.[env.version] | .targets[.linux].arches | map(@sh) | join(" ")' versions.json)"

0 commit comments

Comments
 (0)