diff --git a/.github/data/distros.yml b/.github/data/distros.yml index ee6ee3482b..8951aae549 100644 --- a/.github/data/distros.yml +++ b/.github/data/distros.yml @@ -301,11 +301,6 @@ include: - arm64 test: ebpf-core: true - - <<: *ubuntu - version: "23.10" - packages: - <<: *ubuntu_packages - repo_distro: ubuntu/mantic - <<: *ubuntu version: "22.04" packages: @@ -343,6 +338,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" diff --git a/packaging/PLATFORM_SUPPORT.md b/packaging/PLATFORM_SUPPORT.md index 2664fca2a3..ad1cd4168a 100644 --- a/packaging/PLATFORM_SUPPORT.md +++ b/packaging/PLATFORM_SUPPORT.md @@ -77,7 +77,6 @@ to work on these platforms with minimal user effort. | Red Hat Enterprise Linux | 8.x | x86\_64, AArch64 | | | Red Hat Enterprise Linux | 7.x | x86\_64 | | | Ubuntu | 24.04 | x86\_64, AArch64, ARMv7 | | -| Ubuntu | 23.10 | x86\_64, AArch64, ARMv7 | | | Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | | | Ubuntu | 20.04 | x86\_64, ARMv7, AArch64 | | @@ -161,9 +160,9 @@ This is a list of platforms that we have supported in the recent past but no lon | Fedora | 37 | EOL as of 2023-12-05 | | openSUSE | Leap 15.4 | EOL as of 2023-12-07 | | openSUSE | Leap 15.3 | EOL as of 2022-12-01 | +| Ubuntu | 23.10 | EOL as of 2024-07-01 | | Ubuntu | 23.04 | EOL as of 2024-01-20 | | Ubuntu | 22.10 | EOL as of 2023-07-20 | -| Ubuntu | 21.10 | EOL as of 2022-07-31 | | Ubuntu | 18.04 | EOL as of 2023-04-02 | ## Static builds