ci: Fix target platform for build linux

This commit is contained in:
krille-chan 2023-07-30 10:23:18 +02:00
parent 930f0fc7ad
commit 69b0c422be
No known key found for this signature in database
3 changed files with 3 additions and 5 deletions

View file

@ -63,5 +63,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
- run: flutter build linux --target-platform linux-${{ matrix.arch }}

View file

@ -87,9 +87,9 @@ 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 --release
- run: flutter build linux --release --target-platform linux-${{ matrix.arch }}
- name: Create archive
run: tar -czf fluffychat-linux-${{ matrix.arch }}.tar.gz build/linux/*/release/bundle/
run: tar -czf fluffychat-linux-${{ matrix.arch }}.tar.gz build/linux/${{ matrix.arch }}/release/bundle/
- name: Upload to release
uses: actions/upload-release-asset@v1
env:

View file

@ -9,8 +9,6 @@
- design: Login now shows SSO more prominent and deprecates in-app registration in favor of SSO registration
- Translated using Weblate (Arabic) (Rex_sa)
- Translated using Weblate (Chinese (Simplified)) (Poesty Li)
- Translated using Weblate (Chinese (Simplified)) (Poesty Li)
- Translated using Weblate (Estonian) (Priit Jõerüüt)
- Translated using Weblate (Estonian) (Priit Jõerüüt)
- Translated using Weblate (German) (nautilusx)
- Translated using Weblate (Indonesian) (Linerly)