Skip to content

Commit 8545fff

Browse files
committed
Add back s390x for 3.14+
because the error was fixed
1 parent 6686916 commit 8545fff

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

‎generate-stackbrew-library.sh‎

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,6 @@ for version; do
142142
*) variantArches="$(sed <<<" $variantArches " -e 's/ mips64le / /g')" ;
143143
esac
144144

145-
# https://github.com/docker-library/python/issues/1014 (ensurepip failing on s390x 3.14.0a6 Alpine images)
146-
if [[ "$variant"== alpine* ]];then
147-
case"$version"in
148-
3.9 | 3.10 | 3.11 | 3.12 | 3.13) ;
149-
*) variantArches="$(sed <<<" $variantArches " -e 's/ s390x / /g')" ;
150-
esac
151-
fi
152-
153145
sharedTags=()
154146
forwindowsSharedin windowsservercore nanoserver;do
155147
if [[ "$variant"=="$windowsShared"* ]];then

0 commit comments

Comments
(0)