Skip to content

Commit ec73c00

Browse files
committed
Carry "temporary" hack forward again
🙈
1 parent 5958f5e commit ec73c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate-stackbrew-library.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ for version; do
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)"
133133

134-
# TODO temporary hack patch; see https://github.com/docker-library/official-images/pull/18390#issuecomment-2641238124
135-
if [ "$fullVersion" = '8.0.5-rc1' ]; then
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
136136
continue
137137
fi
138138
;;

0 commit comments

Comments
 (0)