]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
builder.yml: use GH arm64 runners
authorromeroalx <alexis.romero@open-xchange.com>
Tue, 2 Dec 2025 10:04:51 +0000 (11:04 +0100)
committerromeroalx <alexis.romero@open-xchange.com>
Tue, 2 Dec 2025 11:03:20 +0000 (12:03 +0100)
.github/workflows/builder.yml

index 553b7754b13057a96ad6053aa057dd9feccd6fcc..596c934e48818ff3a2f4169750d4a734d5d3cb09 100644 (file)
@@ -24,7 +24,7 @@ jobs:
     steps:
       - run: sudo apt-get update && sudo apt-get -y install jo
       - id: get-runnerlist
-        run: echo "runnerlist=$(jo -a ubuntu-24.04 ${{ vars.ARM64_USE_UBICLOUD == '1' && 'ubicloud-standard-2-arm' || '' }})" >> "$GITHUB_OUTPUT"
+        run: echo "runnerlist=$(jo -a ubuntu-24.04 ${{ vars.ARM64_USE_UBICLOUD == '1' && 'ubicloud-standard-2-arm' || 'ubuntu-24.04-arm' }})" >> "$GITHUB_OUTPUT"
 
   build:
     name: build.sh