Skip to content

Commit

Permalink
3.12 typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thiesmoeller authored Jun 15, 2024
1 parent f17204a commit dafe3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/build-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if [ $BUILD_DISTRO = "debian" ]; then
cp39) BASE_IMAGE32="python:3.9.16-buster"; BASE_IMAGE64="python:3.9.16-bullseye" ;;
cp3_10) BASE_IMAGE32="python:3.10.11-buster"; BASE_IMAGE64="python:3.10.11-bullseye" ;;
cp3_11) BASE_IMAGE32="python:3.11.3-buster"; BASE_IMAGE64="python:3.11.3-bullseye" ;;
cp3_11) BASE_IMAGE64="python:3.12.4-bullseye" ;;
cp3_12) BASE_IMAGE64="python:3.12.4-bullseye" ;;
*)
echo "Unsupported abi '$ABI_TAG'. Supported tags: cp36m, cp37m, cp38, cp39, cp3_10, cp3_11, cp3_12"
exit 1
Expand Down

0 comments on commit dafe3e6

Please sign in to comment.