Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Christian Kußowski
5e68f668a5
build: Cross compile linux 2025-05-23 09:29:40 +02:00

View file

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