Skip to content

Commit 54f3193

Browse files
authored
Merge pull request #1087 from infosiftr/s390x
Add back s390x for 3.14+
2 parents 6686916 + 8545fff commit 54f3193

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)