Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
4ster1sk committed Jan 18, 2025
1 parent 3936742 commit 0a51619
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux_deploy_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
build-debs:
name: ビルド(Deb)
if: ${{ github.event.inputs.job_to_run == 'deb' || github.event.inputs.job_to_run == 'all' }}
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-22.04-arm64
strategy:
matrix:
platform: [arm64]
Expand All @@ -84,6 +84,7 @@ jobs:
with:
flutter-version: ${{ env.FLUTTER_FVM_VERSION }}
cache: true
architecture: x64

- name: Patch for linux build
run: |
Expand All @@ -93,7 +94,7 @@ jobs:
- run: flutter pub get
# - run: flutter test
- run: flutter build linux
- run: flutter build linux --target-platform linux-arm64
- name: Get Build Version
run: |
echo "VERSION=$(yq -r '.version' pubspec.yaml)" >> $GITHUB_ENV
Expand Down

0 comments on commit 0a51619

Please sign in to comment.