Remove Ubuntu 21.10 from CI and package builds. (#12918)
It’s EOL upstream as of 2022-07-31.
Austin S. Hemmelgarn committed
Jul 25, 2022 at 07:11 UTC
2a4366e867f534b40287d9906b1fe5cf24ba3832
2 files changed
+2
-10
.github/data/distros.yml
-5
@@ -176,11 +176,6 @@ include:
176
- arm64
177
test:
178
ebpf-core: true
179
- - <<: *ubuntu
180
- version: "21.10"
181
- packages:
182
- <<: *ubuntu_packages
183
- repo_distro: ubuntu/impish
179
- <<: *ubuntu
180
version: "20.04"
181
packages:
packaging/PLATFORM_SUPPORT.md
+2
-5
@@ -67,7 +67,6 @@ to work on these platforms with minimal user effort.
67
| Red Hat Enterprise Linux | 8.x | x86\_64, AArch64 | |
68
| Red Hat Enterprise Linux | 7.x | x86\_64 | |
69
| Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | |
70
-| Ubuntu | 21.10 | x86\_64, i386, ARMv7, AArch64 | |
70
| Ubuntu | 20.04 | x86\_64, i386, ARMv7, AArch64 | |
71
| Ubuntu | 18.04 | x86\_64, i386, ARMv7, AArch64 | |
72
@@ -147,15 +146,13 @@ This is a list of platforms that we have supported in the recent past but no lon
146
| -------- | ------- | ----- |
147
| Alpine Linux | 3.12 | EOL as of 2022-05-01 |
148
| Alpine Linux | 3.11 | EOL as of 2021-11-01 |
150
-| Fedora | 34 | EOL as of 2022-06-07 |
149
| Debian | 9.x | EOL as of 2022-06-30 |
150
+| Fedora | 34 | EOL as of 2022-06-07 |
151
| Fedora | 33 | EOL as of 2021-11-30 |
153
-| Fedora | 32 | EOL as of 2021-05-25 |
152
| FreeBSD | 11-STABLE | EOL as of 2021-10-30 |
153
| openSUSE | Leap 15.2 | EOL as of 2021-12-01 |
154
+| Ubuntu | 21.10 | EOL as of 2022-07-31 |
155
| Ubuntu | 21.04 | EOL as of 2022-01-01 |
157
-| Ubuntu | 20.10 | EOL as of 2021-07-22 |
158
-| Ubuntu | 16.04 | EOL as of 2021-04-02 |
156
157
## Static builds
158