@@ -20,8 +20,6 @@ variable "DISTROS" {
2020 " debian11" ,
2121 " debian12" ,
2222 " debian13" ,
23- " raspbian11" ,
24- " raspbian12" ,
2523 " ubuntu2204" ,
2624 " ubuntu2404" ,
2725 " ubuntu2510" ,
@@ -222,30 +220,6 @@ target "_distro-debian13" {
222220 }
223221}
224222
225- target "_distro-raspbian11" {
226- args = {
227- DISTRO_NAME = " raspbian11"
228- DISTRO_TYPE = " deb"
229- DISTRO_RELEASE = " raspbian"
230- DISTRO_ID = " 11"
231- DISTRO_SUITE = " bullseye"
232- DISTRO_IMAGE = DISTRO_IMAGE != null && DISTRO_IMAGE != " " ? DISTRO_IMAGE : " balenalib/rpi-raspbian:bullseye"
233- TEST_ONLY = " 0"
234- }
235- }
236-
237- target "_distro-raspbian12" {
238- args = {
239- DISTRO_NAME = " raspbian12"
240- DISTRO_TYPE = " deb"
241- DISTRO_RELEASE = " raspbian"
242- DISTRO_ID = " 12"
243- DISTRO_SUITE = " bookworm"
244- DISTRO_IMAGE = DISTRO_IMAGE != null && DISTRO_IMAGE != " " ? DISTRO_IMAGE : " balenalib/rpi-raspbian:bookworm"
245- TEST_ONLY = " 0"
246- }
247- }
248-
249223target "_distro-ubuntu2204" {
250224 args = {
251225 DISTRO_NAME = " ubuntu2204"
@@ -489,8 +463,6 @@ function "distroPlatforms" {
489463 debian11 = [" linux/386" , " linux/amd64" , " linux/arm64" , " linux/arm/v7" , " linux/mips64le" , " linux/ppc64le" , " linux/s390x" ]
490464 debian12 = [" linux/386" , " linux/amd64" , " linux/arm64" , " linux/arm/v7" , " linux/mips64le" , " linux/ppc64le" , " linux/s390x" ]
491465 debian13 = [" linux/386" , " linux/amd64" , " linux/arm64" , " linux/arm/v7" , " linux/mips64le" , " linux/ppc64le" , " linux/riscv64" , " linux/s390x" ]
492- raspbian11 = [" linux/arm/v7" ]
493- raspbian12 = [" linux/arm/v7" ]
494466 ubuntu2204 = [" linux/amd64" , " linux/arm64" , " linux/arm/v7" , " linux/ppc64le" , " linux/s390x" ]
495467 ubuntu2404 = [" linux/amd64" , " linux/arm64" , " linux/arm/v7" , " linux/ppc64le" , " linux/riscv64" , " linux/s390x" ]
496468 ubuntu2510 = [" linux/amd64" , " linux/arm64" , " linux/arm/v7" , " linux/ppc64le" , " linux/riscv64" , " linux/s390x" ]
0 commit comments