From 0a51619440e6b45a17a24d4fcdd1c5caf6c5b2c4 Mon Sep 17 00:00:00 2001 From: 4sterisk <4sterisk@ymail.ne.jp> Date: Sun, 19 Jan 2025 01:10:34 +0900 Subject: [PATCH] update workflow --- .github/workflows/linux_deploy_arm.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_deploy_arm.yml b/.github/workflows/linux_deploy_arm.yml index 9d868ad1b..556e02b69 100644 --- a/.github/workflows/linux_deploy_arm.yml +++ b/.github/workflows/linux_deploy_arm.yml @@ -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] @@ -84,6 +84,7 @@ jobs: with: flutter-version: ${{ env.FLUTTER_FVM_VERSION }} cache: true + architecture: x64 - name: Patch for linux build run: | @@ -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