Skip to content

Commit

Permalink
add linux build to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGD03 authored Mar 30, 2024
1 parent 10ba532 commit 3b372e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with:
channel: 'stable' # or: 'beta', 'dev', 'master' (or 'main')
- run: flutter pub global activate flutterpi_tool
- run: flutter build linux
- run: pwd
- run: flutterpi_tool build --arch=arm64 --cpu=pi4 --release


Expand Down

0 comments on commit 3b372e3

Please sign in to comment.