Skip to content

Commit

Permalink
ci: buid for linux-aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Jan 17, 2025
1 parent faac805 commit 2d34bce
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,29 @@ jobs:
name: pikatorrent-linux
path: app/build/linux/x64/release/bundle/**/*

linux-arm64:
runs-on: ubuntu-24.04-arm
defaults:
run:
working-directory: ./app
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: master
flutter-version: 3.27.2
- name: Install dependencies
run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev libcurl4-openssl-dev
- run: flutter build linux
- uses: actions/upload-artifact@v4
with:
name: pikatorrent-linux-arm64
path: app/build/linux/arm64/release/bundle/**/*

windows:
runs-on: windows-2022
env:
Expand Down

0 comments on commit 2d34bce

Please sign in to comment.