summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>2023-07-24 19:52:14 +0300
committerGitHub <noreply@github.com>2023-07-24 12:52:14 -0400
commit68a1d80d89d876e9c4f8617e1a0f5d8e239fd27a (patch)
treefeed1c51f1c6745a6d130d1993c1c7a81963228b /.github
parentdc5d53949224155fc8b76029c7d4b9e46c701d46 (diff)
Drop support for native packages of Ubuntu 22.10 (#15292)
* Remove native packages support for ubuntu 22.10 Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Update packaging/PLATFORM_SUPPORT.md Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud> --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud>
Diffstat (limited to '.github')
-rw-r--r--.github/data/distros.yml9
1 files changed, 2 insertions, 7 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