]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
build-packages-daily-master: specify the list of os to build packages for
authorromeroalx <alexis.romero@open-xchange.com>
Tue, 11 Mar 2025 15:51:19 +0000 (16:51 +0100)
committerromeroalx <alexis.romero@open-xchange.com>
Mon, 17 Mar 2025 11:25:19 +0000 (12:25 +0100)
.github/workflows/build-packages-daily-master.yml

index 21fbb512040a41ea89b806831ed501f70fbf73fe..fd7ddeb2ddd2a0c2143d58d24b83e82e0eccebc8 100644 (file)
@@ -18,6 +18,13 @@ jobs:
       is_release: 'NO'
       product: 'authoritative'
       ref: master
+      os: >-
+          el-8
+          el-9
+          debian-bullseye
+          debian-bookworm
+          ubuntu-jammy
+          ubuntu-noble
     secrets:
       DOWNLOADS_AUTOBUILT_SECRET: ${{ secrets.DOWNLOADS_AUTOBUILT_SECRET }}
       DOWNLOADS_AUTOBUILT_RSYNCTARGET: ${{ secrets.DOWNLOADS_AUTOBUILT_RSYNCTARGET }}
@@ -30,6 +37,13 @@ jobs:
       is_release: 'NO'
       product: 'dnsdist'
       ref: master
+      os: >-
+          el-8
+          el-9
+          debian-bullseye
+          debian-bookworm
+          ubuntu-jammy
+          ubuntu-noble
     secrets:
       DOWNLOADS_AUTOBUILT_SECRET: ${{ secrets.DOWNLOADS_AUTOBUILT_SECRET }}
       DOWNLOADS_AUTOBUILT_RSYNCTARGET: ${{ secrets.DOWNLOADS_AUTOBUILT_RSYNCTARGET }}
@@ -42,6 +56,13 @@ jobs:
       is_release: 'NO'
       product: 'recursor'
       ref: master
+      os: >-
+          el-8
+          el-9
+          debian-bullseye
+          debian-bookworm
+          ubuntu-jammy
+          ubuntu-noble
     secrets:
       DOWNLOADS_AUTOBUILT_SECRET: ${{ secrets.DOWNLOADS_AUTOBUILT_SECRET }}
       DOWNLOADS_AUTOBUILT_RSYNCTARGET: ${{ secrets.DOWNLOADS_AUTOBUILT_RSYNCTARGET }}