build: Also build linux on github runners

pull/2139/head
Christian Kußowski 2 months ago
parent a95eecf998
commit c7871b2421
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

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

Loading…
Cancel
Save