Skip to content

Commit 80b437e

Browse files
authored
Merge pull request docker-library#683 from infosiftr/mips64le
Remove mips64le from 3.10
2 parents d7fa897 + 22e9c06 commit 80b437e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

generate-stackbrew-library.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ for version in "${versions[@]}"; do
134134
sharedTags+=( "${versionAliases[@]}" )
135135
fi
136136

137+
if [ "$version" = '3.10' ]; then
138+
# https://github.com/docker-library/python/issues/682
139+
variantArches="$(sed -r -e 's/ mips64le / /g' <<<" $variantArches ")"
140+
fi
141+
137142
echo
138143
echo "Tags: $(join ', ' "${variantAliases[@]}")"
139144
if [ "${#sharedTags[@]}" -gt 0 ]; then

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy