summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>2023-04-03 15:08:32 +0300
committerGitHub <noreply@github.com>2023-04-03 08:08:32 -0400
commita363ea3d18b30f122537dff758d5b06b83911819 (patch)
treebd3991934851fc0ef63f4c50172059f46bb2dd57
parent20517072c292da5d8c8f903058113d9db5eb2ca6 (diff)
remove ubuntu 18.04 from our CI (#14731)
* remove ubuntu 18.04 from our CI Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * add 18.04 to previously supported Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
-rw-r--r--.github/data/distros.yml12
-rw-r--r--packaging/PLATFORM_SUPPORT.md3
2 files changed, 2 insertions, 13 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index b1663f13cb..9970c1caf1 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -240,15 +240,3 @@ include:
packages:
<<: *ubuntu_packages
repo_distro: ubuntu/focal
- - <<: *ubuntu
- version: "18.04"
- packages:
- <<: *ubuntu_packages
- repo_distro: ubuntu/bionic
- arches:
- - i386
- - amd64
- - armhf
- - arm64
- test:
- ebpf-core: false
diff --git a/packaging/PLATFORM_SUPPORT.md b/packaging/PLATFORM_SUPPORT.md
index 98377a7fc8..860aa22bc8 100644
--- a/packaging/PLATFORM_SUPPORT.md
+++ b/packaging/PLATFORM_SUPPORT.md
@@ -79,7 +79,7 @@ to work on these platforms with minimal user effort.
| Ubuntu | 22.10 | x86\_64, ARMv7, AArch64 | |
| Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | |
| Ubuntu | 20.04 | x86\_64, ARMv7, AArch64 | |
-| Ubuntu | 18.04 | x86\_64, i386, ARMv7, AArch64 | |
+
### Intermediate
@@ -165,6 +165,7 @@ This is a list of platforms that we have supported in the recent past but no lon
| openSUSE | Leap 15.3 | EOL as of 2022-12-01 |
| Ubuntu | 21.10 | EOL as of 2022-07-31 |
| Ubuntu | 21.04 | EOL as of 2022-01-01 |
+| Ubuntu | 18.04 | EOL as of 2023-04-02 |
## Static builds