]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
ci(release): add ubuntu 26.04 and debian 13 to the DEB matrix
authorTobias Oetiker <tobi@oetiker.ch>
Tue, 19 May 2026 06:54:10 +0000 (08:54 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Tue, 19 May 2026 06:54:10 +0000 (08:54 +0200)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
.github/workflows/release.yml

index 28f532515af4a240c6d28675981dfc752537e255..b2b47cc72148dcbd82d7c968af6d8d94bb9e4be2 100644 (file)
@@ -402,9 +402,15 @@ jobs:
           - image: ubuntu:24.04
             tag: ubuntu-24.04
             distro_tag: ubuntu24.04
+          - image: ubuntu:26.04
+            tag: ubuntu-26.04
+            distro_tag: ubuntu26.04
           - image: debian:12
             tag: debian-12
             distro_tag: debian12
+          - image: debian:13
+            tag: debian-13
+            distro_tag: debian13
     container:
       image: ${{ matrix.image }}
     env: