summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/data/distros.yml9
-rw-r--r--packaging/PLATFORM_SUPPORT.md2
2 files changed, 3 insertions, 8 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index 8376b1f034..c36cb1ef9b 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -212,7 +212,7 @@ include:
- &ubuntu
distro: ubuntu
- version: "22.10"
+ version: "22.04"
eol_check: true
env_prep: |
rm -f /etc/apt/apt.conf.d/docker && apt-get update
@@ -220,7 +220,7 @@ include:
apt-get remove -y libjson-c-dev
packages: &ubuntu_packages
type: deb
- repo_distro: ubuntu/kinetic
+ repo_distro: ubuntu/jammy
arches:
- amd64
- armhf
@@ -233,11 +233,6 @@ include:
<<: *ubuntu_packages
repo_distro: ubuntu/lunar
- <<: *ubuntu
- version: "22.04"
- packages:
- <<: *ubuntu_packages
- repo_distro: ubuntu/jammy
- - <<: *ubuntu
version: "20.04"
packages:
<<: *ubuntu_packages
diff --git a/packaging/PLATFORM_SUPPORT.md b/packaging/PLATFORM_SUPPORT.md
index 62a6a40513..3f958c8afe 100644
--- a/packaging/PLATFORM_SUPPORT.md
+++ b/packaging/PLATFORM_SUPPORT.md
@@ -76,7 +76,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 | 23.04 | x86\_64, AArch64, ARMv7 | |
-| Ubuntu | 22.10 | x86\_64, ARMv7, AArch64 | |
| Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | |
| Ubuntu | 20.04 | x86\_64, ARMv7, AArch64 | |
@@ -163,6 +162,7 @@ This is a list of platforms that we have supported in the recent past but no lon
| Fedora | 36 | EOL as of 2023-05-18 |
| Fedora | 35 | EOL as of 2022-12-13 |
| openSUSE | Leap 15.3 | EOL as of 2022-12-01 |
+| 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 |