ci: Disable linux arm64 for now

This commit is contained in:
krille-chan 2023-07-30 10:32:10 +02:00
commit d3de9f31cf
No known key found for this signature in database
2 changed files with 5 additions and 11 deletions

View file

@ -51,9 +51,6 @@ jobs:
build_debug_linux:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [x64, arm64]
steps:
- uses: actions/checkout@v2
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
@ -63,5 +60,5 @@ jobs:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install curl clang cmake ninja-build pkg-config libgtk-3-dev libblkid-dev liblzma-dev libjsoncpp-dev cmake-data libsecret-1-dev libsecret-1-0 librhash0 -y
- run: flutter pub get
- run: flutter build linux --target-platform linux-${{ matrix.arch }}
- run: flutter build linux --target-platform linux-x64