We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7fa897 + 22e9c06 commit 80b437eCopy full SHA for 80b437e
generate-stackbrew-library.sh
@@ -134,6 +134,11 @@ for version in "${versions[@]}"; do
134
sharedTags+=( "${versionAliases[@]}" )
135
fi
136
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
+
142
echo
143
echo "Tags: $(join ', ' "${variantAliases[@]}")"
144
if [ "${#sharedTags[@]}" -gt 0 ]; then
0 commit comments