summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-05-17 07:59:59 -0400
committerGitHub <noreply@github.com>2022-05-17 07:59:59 -0400
commit108bfb7918a86255bf79119f9b8eee604943ae76 (patch)
tree9340d6a73659d1f5fc0d867ab53e3a1de25355cf
parent6c6997da0952f6d87806132322a84483816e15f1 (diff)
Remove Alpine 3.12 from CI. (#12919)macOS-CI
It went EOL upstream on 2022-05-01.
-rw-r--r--.github/data/distros.yml2
-rw-r--r--packaging/PLATFORM_SUPPORT.md2
2 files changed, 1 insertions, 3 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index 8757c72ee4..1da69ed8a6 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -19,8 +19,6 @@ include:
version: "3.14"
- <<: *alpine
version: "3.13"
- - <<: *alpine
- version: "3.12"
- distro: archlinux
version: latest
diff --git a/packaging/PLATFORM_SUPPORT.md b/packaging/PLATFORM_SUPPORT.md
index 156e43b45d..48806706f7 100644
--- a/packaging/PLATFORM_SUPPORT.md
+++ b/packaging/PLATFORM_SUPPORT.md
@@ -82,7 +82,6 @@ with minimal user effort.
| -------- | ------- | ------------------------ | ----- |
| Alpine Linux | 3.14 | No | |
| Alpine Linux | 3.13 | No | |
-| Alpine Linux | 3.12 | No | |
| Arch Linux | Latest | No | We officially recommend the community packages available for Arch Linux |
| Manjaro Linux | Latest | No | We officially recommend the community packages available for Arch Linux |
@@ -143,6 +142,7 @@ This is a list of platforms that we have supported in the recent past but no lon
| Platform | Version | Notes |
| -------- | ------- | ----- |
+| Alpine Linux | 3.12 | EOL as of 2022-05-01 |
| Alpine Linux | 3.11 | EOL as of 2021-11-01 |
| Alpine Linux | 3.10 | EOL as of 2021-05-01 |
| Fedora | 33 | EOL as of 2021-11-30 |