From c6714f79b646920b286a8ac3e77ae545812d90e9 Mon Sep 17 00:00:00 2001 From: nyne Date: Fri, 25 Apr 2025 09:18:45 +0800 Subject: [PATCH] Revert "Add windows arm64" This reverts commit 6877aa120f7b2638993035ff46c60d654baedb56. --- .github/workflows/main.yml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7fa0eba..0f354c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -129,27 +129,6 @@ jobs: with: name: windows_build path: build/windows/Venera-* - Build_Windows_Arm64: - runs-on: windows-11-arm - steps: - - uses: actions/checkout@v3 - - name: install dependencies - run: | - choco install yq -y - pip install httpx - - uses: subosito/flutter-action@v2 - with: - channel: "master" - # Only master branch supports windows arm64 - # flutter-version-file: pubspec.yaml - - name: build - run: | - flutter pub get - python windows/build_arm64.py - - uses: actions/upload-artifact@v4 - with: - name: windows_arm64_build - path: build/windows/Venera-* Build_Linux: runs-on: ubuntu-22.04 steps: @@ -277,7 +256,7 @@ jobs: Release: runs-on: ubuntu-22.04 - needs: [Build_MacOS, Build_IOS, Build_Android, Build_Windows, Build_Windows_Arm64, Build_Linux, Build_Linux_ARM64] + needs: [Build_MacOS, Build_IOS, Build_Android, Build_Windows, Build_Linux, Build_Linux_ARM64] if: github.event_name == 'release' # 仅在 push 事件时执行 steps: - uses: actions/download-artifact@v4 @@ -296,10 +275,6 @@ jobs: with: name: windows_build path: outputs - - uses: actions/download-artifact@v4 - with: - name: windows_arm64_build - path: outputs - uses: actions/download-artifact@v4 with: name: deb_build