]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
builder-dispatch: Update the list of OS for pkghashes
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 27 Jun 2023 11:46:35 +0000 (13:46 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 27 Jun 2023 11:46:35 +0000 (13:46 +0200)
.github/workflows/builder-dispatch.yml

index 9001c2c76c8b7de23d7c1c338252410581b377ce..d2a43de736d75c9a83396d5640b2dc351452f1e3 100644 (file)
@@ -14,6 +14,8 @@ on:
       os:
         description: OSes to build for, space separated
         type: string
+        # please remember to update the pkghashes below when you
+        # update this list
         default: >
           el-7
           el-8
@@ -67,7 +69,7 @@ jobs:
       pkghashes-el-9: ${{ steps.pkghashes.outputs.pkghashes-el-9 }}
       pkghashes-debian-buster: ${{ steps.pkghashes.outputs.pkghashes-debian-buster }}
       pkghashes-debian-bullseye: ${{ steps.pkghashes.outputs.pkghashes-debian-bullseye }}
-      pkghashes-ubuntu-bionic: ${{ steps.pkghashes.outputs.pkghashes-ubuntu-bionic }}
+      pkghashes-debian-bookworm: ${{ steps.pkghashes.outputs.pkghashes-debian-bookworm }}
       pkghashes-ubuntu-focal: ${{ steps.pkghashes.outputs.pkghashes-ubuntu-focal }}
       pkghashes-ubuntu-jammy: ${{ steps.pkghashes.outputs.pkghashes-ubuntu-jammy }}
       srchashes: ${{ steps.srchashes.outputs.srchashes }}