From dafe3e6a8a43f245c0260e04fb1849362fcb26aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thies=20M=C3=B6ller?= Date: Sat, 15 Jun 2024 19:39:50 +0200 Subject: [PATCH] 3.12 typo fix --- scripts/build/build-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/build-arch.sh b/scripts/build/build-arch.sh index b00a55a..f67c2b9 100755 --- a/scripts/build/build-arch.sh +++ b/scripts/build/build-arch.sh @@ -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