]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
exclude el7 from arm64 in daily package builds 14418/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 4 Jul 2024 09:41:12 +0000 (11:41 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 4 Jul 2024 09:41:14 +0000 (11:41 +0200)
missed this spot in #14406

.github/workflows/builder.yml

index e2c3cd9ec9a301f92bff366e40738220246913fd..99196f0eefb27bd51fdfa66779c48ca823717eb7 100644 (file)
@@ -37,7 +37,7 @@ jobs:
           - ubuntu-22.04
           - ubicloud-standard-2-arm
         exclude:
-          - os: centos-7
+          - os: el-7
             runner-os: ubicloud-standard-2-arm
       fail-fast: false
     steps: