@@ -20,8 +20,6 @@ variable "DISTROS" {
2020 " debian11" ,
2121 " debian12" ,
2222 " debian13" ,
23- " raspbian11" ,
24- " raspbian12" ,
2523 " ubuntu2204" ,
2624 " ubuntu2404" ,
2725 " ubuntu2504" ,
@@ -221,30 +219,6 @@ target "_distro-debian13" {
221219 }
222220}
223221
224- target "_distro-raspbian11" {
225- args = {
226- DISTRO_NAME = " raspbian11"
227- DISTRO_TYPE = " deb"
228- DISTRO_RELEASE = " raspbian"
229- DISTRO_ID = " 11"
230- DISTRO_SUITE = " bullseye"
231- DISTRO_IMAGE = DISTRO_IMAGE != null && DISTRO_IMAGE != " " ? DISTRO_IMAGE : " balenalib/rpi-raspbian:bullseye"
232- TEST_ONLY = " 0"
233- }
234- }
235-
236- target "_distro-raspbian12" {
237- args = {
238- DISTRO_NAME = " raspbian12"
239- DISTRO_TYPE = " deb"
240- DISTRO_RELEASE = " raspbian"
241- DISTRO_ID = " 12"
242- DISTRO_SUITE = " bookworm"
243- DISTRO_IMAGE = DISTRO_IMAGE != null && DISTRO_IMAGE != " " ? DISTRO_IMAGE : " balenalib/rpi-raspbian:bookworm"
244- TEST_ONLY = " 0"
245- }
246- }
247-
248222target "_distro-ubuntu2204" {
249223 args = {
250224 DISTRO_NAME = " ubuntu2204"
@@ -476,8 +450,6 @@ function "distroPlatforms" {
476450 debian11 = [" linux/386" , " linux/amd64" , " linux/arm64" , " linux/arm/v7" , " linux/mips64le" , " linux/ppc64le" , " linux/s390x" ]
477451 debian12 = [" linux/386" , " linux/amd64" , " linux/arm64" , " linux/arm/v7" , " linux/mips64le" , " linux/ppc64le" , " linux/s390x" ]
478452 debian13 = [" linux/386" , " linux/amd64" , " linux/arm64" , " linux/arm/v7" , " linux/mips64le" , " linux/ppc64le" , " linux/riscv64" , " linux/s390x" ]
479- raspbian11 = [" linux/arm/v7" ]
480- raspbian12 = [" linux/arm/v7" ]
481453 ubuntu2204 = [" linux/amd64" , " linux/arm64" , " linux/arm/v7" , " linux/ppc64le" , " linux/s390x" ]
482454 ubuntu2404 = [" linux/amd64" , " linux/arm64" , " linux/arm/v7" , " linux/ppc64le" , " linux/riscv64" , " linux/s390x" ]
483455 ubuntu2504 = [" linux/amd64" , " linux/arm64" , " linux/arm/v7" , " linux/ppc64le" , " linux/riscv64" , " linux/s390x" ]
0 commit comments