Skip to content

Commit af2a432

Browse files
authored
Merge pull request #726 from docker-library/revert-683-mips64le
Revert "Remove mips64le from 3.10"
2 parents 2c24e6c + 3036c71 commit af2a432

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
@@ -144,11 +144,6 @@ for version; do
144144
sharedTags+=( "${versionAliases[@]}" )
145145
fi
146146

147-
if [ "$version" = '3.10' ]; then
148-
# https://github.com/docker-library/python/issues/682
149-
variantArches="$(sed -r -e 's/ mips64le / /g' <<<" $variantArches ")"
150-
fi
151-
152147
echo
153148
echo "Tags: $(join ', ' "${variantAliases[@]}")"
154149
if [ "${#sharedTags[@]}" -gt 0 ]; then

0 commit comments

Comments
 (0)