build: Use github arm runner for linux

This commit is contained in:
Christian Kußowski 2025-07-30 08:46:38 +02:00
parent 0c2136f793
commit a7a4e42647
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -67,7 +67,7 @@ jobs:
strategy:
matrix:
arch: [ x64, arm64 ]
runs-on: ${{ matrix.arch == 'arm64' && 'self-hosted' || 'ubuntu-latest'}}
runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest'}}
steps:
- uses: actions/checkout@v4
- run: cat .github/workflows/versions.env >> $GITHUB_ENV