build: Use github arm runner for linux

pull/2064/head
Christian Kußowski 3 months ago
parent 0c2136f793
commit a7a4e42647
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -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

Loading…
Cancel
Save