chore: rm aarch64 ci

This commit is contained in:
GyDi
2022-09-28 18:50:33 +08:00
committed by GitHub
parent c2e5c7cf38
commit ec94218a4b
3 changed files with 5 additions and 67 deletions

View File

@@ -42,11 +42,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libappindicator3-dev librsvg2-dev libayatana-appindicator3-dev
- name: Install ARM64 toolchain (windows only)
if: startsWith(matrix.os, 'windows-')
run: |
rustup target add aarch64-pc-windows-msvc
- name: Get yarn cache dir path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
@@ -80,23 +75,6 @@ jobs:
releaseDraft: false
prerelease: true
- name: Tauri build arm64 (windows only)
if: startsWith(matrix.os, 'windows-')
uses: tauri-apps/tauri-action@0e558392ccadcb49bcc89e7df15a400e8f0c954d
# enable cache even though failed
# continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: v__VERSION__
releaseName: "Clash Verge v__VERSION__"
releaseBody: "More new features are now supported."
releaseDraft: false
prerelease: true
args: --target aarch64-pc-windows-msvc
- name: Portable Bundle
if: matrix.os == 'windows-latest'
# rebuild with env settings