summaryrefslogtreecommitdiffstats
path: root/.github/data/distros.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2023-02-28 09:03:30 -0500
committerGitHub <noreply@github.com>2023-02-28 16:03:30 +0200
commit533b98d44d9954d35e90b41ba5b5f1110e804ec3 (patch)
treee320010c41b85addc7f7344227236671f42fb23e /.github/data/distros.yml
parent45981cb7347a5fed7ebbabba0fe193d0d9471eff (diff)
Fix handling of no data in platform EOL checks. (#14617)
Also, re-enable EOL checking for Debian.
Diffstat (limited to '.github/data/distros.yml')
-rw-r--r--.github/data/distros.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index e4061e16c1..72dd6ab79c 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -92,7 +92,7 @@ include:
distro: debian
version: "12"
base_image: debian:bookworm
- eol_check: false
+ eol_check: true
env_prep: |
apt-get update
jsonc_removal: |