]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update docker-build-on-push_and_pull_request.yaml
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 27 Jan 2025 15:13:54 +0000 (15:13 +0000)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2025 15:13:54 +0000 (15:13 +0000)
.github/workflows/docker-build-on-push_and_pull_request.yaml

index c55053f9ad93d14c09ec0273913134e4588dbea4..4fd15fb5c6362ce30dbc26f3075df5d1e8ac31d7 100644 (file)
@@ -64,7 +64,7 @@ jobs:
 
   build-and-publish:
     if: github.event_name != 'pull_request'
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04-arm
     steps:
       - name: Checkout
         uses: actions/checkout@v3.5.2