Skip to content

Commit 80b437e

Browse files
authored
Merge pull request #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)