@cryptotaxi247 / netdata-1 / commits / 369195e61

Add Debian 13 to CI and package builds. (#20776)

Austin S. Hemmelgarn committed Aug 8, 2025 at 06:57 UTC 369195e618ab5ffd8561635b6039658d695d9f6c
1 file changed +20 -3
.github/data/distros.yml
+20 -3
@@ -165,10 +165,10 @@ include:
165
166 - &debian
167 distro: debian
168 - version: "12"
168 + version: "13"
169 support_type: Core
170 notes: ''
171 - base_image: debian:bookworm
171 + base_image: debian:trixie
172 eol_check: true
173 eol_lts: true
174 bundle_sentry:
@@ -180,8 +180,20 @@ include:
180 apt-get purge -y libjson-c-dev
181 packages: &debian_packages
182 type: deb
183 - repo_distro: debian/bookworm
183 + repo_distro: debian/trixie
184 builder_rev: v2
185 + arches:
186 + - amd64
187 + - armhf
188 + - arm64
189 + test:
190 + ebpf-core: true
191 + - <<: *debian
192 + version: "12"
193 + base_image: debian:bookworm
194 + packages:
195 + <<: *debian_packages
196 + repo_distro: debian/bookworm
197 arches:
198 - i386
199 - amd64
@@ -195,6 +207,11 @@ include:
207 packages:
208 <<: *debian_packages
209 repo_distro: debian/bullseye
210 + arches:
211 + - i386
212 + - amd64
213 + - armhf
214 + - arm64
215 test:
216 ebpf-core: false
217