File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ The [`distros`](./distros/) directory contains OCI container definitions used to
3535| Debian | 12 | arm64v8 | debian/bookworm.arm64v8 |
3636| Debian | 11 | x86_64 | debian/bullseye |
3737| Debian | 11 | arm64v8 | debian/bullseye.arm64v8 |
38- | Debian | 10 | x86_64 | debian/buster |
39- | Debian | 10 | arm64v8 | debian/buster.arm64v8 |
4038| Ubuntu | 24.04 / Noble Numbat | x86_64 | ubuntu/24.04 |
4139| Ubuntu | 24.04 / Noble Numbat | arm64v8 | ubuntu/24.04.arm64v8 |
4240| Ubuntu | 22.04 / Jammy Jellyfish | x86_64 | ubuntu/22.04 |
@@ -48,7 +46,6 @@ The [`distros`](./distros/) directory contains OCI container definitions used to
4846| Ubuntu | 16.04 / Xenial Xerus | x86_64 | ubuntu/16.04 |
4947| Raspbian | 12 / Bookworm | arm32v7 | raspbian/bookworm |
5048| Raspbian | 11 / Bullseye | arm32v7 | raspbian/bullseye |
51- | Raspbian | 10 / Buster | arm32v7 | raspbian/buster |
5249| Rocky Linux | 10 | x86_64 | rockylinux/10 |
5350| Rocky Linux | 10 | arm64v8 | rockylinux/10.arm64v8 |
5451| Rocky Linux | 9 | x86_64 | rockylinux/9 |
Original file line number Diff line number Diff line change 104104 "target" : " debian/bookworm.arm64v8" ,
105105 "type" : " deb"
106106 },
107- {
108- "target" : " debian/buster" ,
109- "type" : " deb"
110- },
111- {
112- "target" : " debian/buster.arm64v8" ,
113- "type" : " deb"
114- },
115107 {
116108 "target" : " debian/bullseye" ,
117109 "type" : " deb"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if [[ ! -d "$BASE_PATH" ]]; then
1010 exit 1
1111fi
1212
13- # "debian/bookworm" "debian/bullseye" "debian/buster" "debian/ trixie" "ubuntu/xenial" "ubuntu/bionic" "ubuntu/focal" "ubuntu/jammy" "raspbian/buster " "raspbian/bullseye"
13+ # "debian/bookworm" "debian/bullseye" "debian/trixie" "ubuntu/xenial" "ubuntu/bionic" "ubuntu/focal" "ubuntu/jammy" "raspbian/bullseye"
1414DEB_REPO=${DEB_REPO:? }
1515
1616# Set true to prevent signing
Original file line number Diff line number Diff line change 6161
6262DEB_REPO_PATHS=( " debian/bookworm"
6363 " debian/bullseye"
64- " debian/buster"
6564 " debian/trixie"
6665 " ubuntu/jammy"
6766 " ubuntu/noble"
You can’t perform that action at this time.
0 commit comments