@cryptotaxi247 / netdata-1 / commits / 35944b502

Drop Ubuntu 20.04 from CI and package builds. (#21647)

* Drop Ubuntu 20.04 from CI and package builds. It went EOL upstream on 2025-05-31. * Fix typo.

Austin S. Hemmelgarn committed Feb 16, 2026 at 13:03 UTC 35944b50251b86bbf42a84800e9a7bda47848c84
2 files changed +7 -12
.github/data/distros.yml
+5 -5
@@ -387,11 +387,6 @@ include:
387 packages:
388 <<: *ubuntu_packages
389 repo_distro: ubuntu/jammy
390 - - <<: *ubuntu
391 - version: "20.04"
392 - packages:
393 - <<: *ubuntu_packages
394 - repo_distro: ubuntu/focal
390 legacy: # Info for platforms we used to support and still need to handle packages for
391 - <<: *debian
392 version: "10"
@@ -461,6 +456,11 @@ legacy: # Info for platforms we used to support and still need to handle package
456 packages:
457 <<: *ubuntu_packages
458 repo_distro: ubuntu/plucky
459 + - <<: *ubuntu
460 + version: "20.04"
461 + packages:
462 + <<: *ubuntu_packages
463 + repo_distro: ubuntu/focal
464 no_include: # Info for platforms not covered in CI
465 - distro: docker
466 version: "19.03 or newer"
packaging/PLATFORM_SUPPORT.md
+2 -7
@@ -71,7 +71,6 @@ Our [static builds](#static-builds) are expected to work on these platforms if a
71 | Ubuntu | 25.10 | x86\_64, AArch64, ARMv7 | |
72 | Ubuntu | 24.04 | x86\_64, AArch64, ARMv7 | |
73 | Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | |
74 -| Ubuntu | 20.04 | x86\_64, ARMv7, AArch64 | |
74
75 ### Intermediate
76
@@ -121,16 +120,12 @@ This is a list of platforms that we have supported in the recent past but no lon
120
121 | Platform | Version | Notes |
122 |--------------|-----------|----------------------|
124 -| Alpine Linux | 3.18 | EOL as of 2024-05-23 |
123 | Debian | 10.x | EOL as of 2024-07-01 |
124 | Fedora | 41 | EOL as of 2025-12-15 |
125 | Fedora | 40 | EOL as of 2024-11-12 |
128 -| Fedora | 39 | EOL as of 2024-05-14 |
129 -| Fedora | 38 | EOL as of 2024-05-14 |
126 | openSUSE | Leap 15.5 | EOL as of 2024-12-31 |
131 -| Ubuntu | 25.04 | EOL as of 2025-01-17 |
132 -| Ubuntu | 24.10 | EOL as of 2024-07-01 |
133 -| Ubuntu | 23.10 | EOL as of 2024-07-01 |
127 +| Ubuntu | 25.04 | EOL as of 2026-01-17 |
128 +| Ubuntu | 20.04 | EOL as of 2025-05-31 |
129 | Ubuntu | 18.04 | EOL as of 2023-04-02 |
130
131 ## Static builds