Skip to content

Commit ff2fbab

Browse files
committed
Revereted linux to default target since cross-compile isn't allowed nor is arm64 runner available
1 parent 8911e89 commit ff2fbab

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,9 @@ jobs:
3030
cd app
3131
flutter config --enable-linux-desktop
3232
flutter pub get
33-
flutter build linux --release --target-platform linux-x64
33+
flutter build linux --release
3434
cd build/linux/x64/release
35-
zip -r linux-x64.zip bundle
36-
flutter build linux --release --target-platform linux-arm64
37-
cd build/linux/arm64/release
38-
zip -r linux-arm64.zip bundle
35+
zip -r linux-release.zip bundle
3936
4037
- name: Create linux Release
4138
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)