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>
Tasos Katsoulas committed
Apr 3, 2023 at 15:08 UTC
a363ea3d18b30f122537dff758d5b06b83911819
2 files changed
+2
-13
.github/data/distros.yml
-12
@@ -240,15 +240,3 @@ include:
240
packages:
241
<<: *ubuntu_packages
242
repo_distro: ubuntu/focal
243
- - <<: *ubuntu
244
- version: "18.04"
245
- packages:
246
- <<: *ubuntu_packages
247
- repo_distro: ubuntu/bionic
248
- arches:
249
- - i386
250
- - amd64
251
- - armhf
252
- - arm64
253
- test:
254
- ebpf-core: false
packaging/PLATFORM_SUPPORT.md
+2
-1
@@ -79,7 +79,7 @@ to work on these platforms with minimal user effort.
79
| Ubuntu | 22.10 | x86\_64, ARMv7, AArch64 | |
80
| Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | |
81
| Ubuntu | 20.04 | x86\_64, ARMv7, AArch64 | |
82
-| Ubuntu | 18.04 | x86\_64, i386, ARMv7, AArch64 | |
82
+
83
84
### Intermediate
85
@@ -165,6 +165,7 @@ This is a list of platforms that we have supported in the recent past but no lon
165
| openSUSE | Leap 15.3 | EOL as of 2022-12-01 |
166
| Ubuntu | 21.10 | EOL as of 2022-07-31 |
167
| Ubuntu | 21.04 | EOL as of 2022-01-01 |
168
+| Ubuntu | 18.04 | EOL as of 2023-04-02 |
169
170
## Static builds
171