diff options
Diffstat (limited to '')
-rw-r--r-- | .github/data/distros.yml | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml index 838cb72f..54083ca5 100644 --- a/.github/data/distros.yml +++ b/.github/data/distros.yml @@ -144,6 +144,7 @@ include: notes: '' base_image: debian:bookworm eol_check: true + eol_lts: true bundle_sentry: <<: *default_sentry amd64: true @@ -170,15 +171,6 @@ include: repo_distro: debian/bullseye test: ebpf-core: false - - <<: *debian - version: "10" - base_image: debian:buster - bundle_sentry: *default_sentry - packages: - <<: *debian_packages - repo_distro: debian/buster - test: - ebpf-core: false - &fedora distro: fedora @@ -312,11 +304,6 @@ include: test: ebpf-core: true - <<: *ubuntu - version: "23.10" - packages: - <<: *ubuntu_packages - repo_distro: ubuntu/mantic - - <<: *ubuntu version: "22.04" packages: <<: *ubuntu_packages @@ -327,6 +314,11 @@ include: <<: *ubuntu_packages repo_distro: ubuntu/focal legacy: # Info for platforms we used to support and still need to handle packages for + - <<: *debian + version: "10" + packages: + <<: *debian_packages + repo_distro: debian/buster - <<: *fedora version: "37" packages: @@ -348,6 +340,11 @@ legacy: # Info for platforms we used to support and still need to handle package packages: <<: *cs_packages repo_distro: el/c8s + - <<: *ubuntu + version: "23.10" + packages: + <<: *ubuntu_packages + repo_distro: ubuntu/mantic no_include: # Info for platforms not covered in CI - distro: docker version: "19.03 or newer" |