We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2a9a2 commit 8acd7b1Copy full SHA for 8acd7b1
generate-stackbrew-library.sh
@@ -137,6 +137,10 @@ for version; do
137
case "$version" in
138
3.8 | 3.9) ;;
139
*)
140
+ if [ "$version" != '3.10' ]; then
141
+ # https://github.com/docker-library/python/pull/931
142
+ variantArches="$(sed <<<" $variantArches " -e 's/ riscv64 / /g')"
143
+ fi
144
# https://github.com/python/cpython/issues/93619 + https://peps.python.org/pep-0011/
145
variantArches="$(sed <<<" $variantArches " -e 's/ mips64le / /g')"
146
;;
0 commit comments