Skip to content

Commit f39d2b9

Browse files
committed
fix(docker-library): re-enable the mips64le architecture on Python 3.10
Cf. docker-library/python#682, docker-library/python#726
1 parent f19ecfd commit f39d2b9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

generate-stackbrew-library.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,6 @@ for version; do
153153
sharedTags+=( "${versionAliases[@]}" )
154154
fi
155155

156-
case "$variant" in
157-
*py3.10*)
158-
# https://github.com/docker-library/python/issues/682
159-
variantArches="$(sed -r -e 's/ mips64le / /g' <<<" $variantArches ")"
160-
;;
161-
esac
162-
163156
echo
164157
echo "Tags: $(join ', ' "${variantAliases[@]}")"
165158
if [ "${#sharedTags[@]}" -gt 0 ]; then

0 commit comments

Comments
 (0)