build: Also build linux on github runners

This commit is contained in:
Christian Kußowski 2025-08-17 14:58:22 +02:00
parent a95eecf998
commit c7871b2421
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -109,7 +109,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@v5
- run: cat .github/workflows/versions.env >> $GITHUB_ENV