ci: Disable linux arm64 for now
This commit is contained in:
parent
69b0c422be
commit
d3de9f31cf
2 changed files with 5 additions and 11 deletions
5
.github/workflows/integrate.yaml
vendored
5
.github/workflows/integrate.yaml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue