From 344c43cbf10e1ce47e11a5b3b460ab52fcf7e697 Mon Sep 17 00:00:00 2001 From: ArvinLovegood Date: Thu, 10 Apr 2025 18:03:21 +0800 Subject: [PATCH] =?UTF-8?q?ci:=E7=A7=BB=E9=99=A4=20windows/arm64=20?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E7=9A=84=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了 GitHub Actions 工作流中针对 windows/arm64 平台的构建任务 - 保留了 windows/amd64 平台的构建 - 注释掉了 linux/amd64 平台的构建 --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 42d7b66..a319d28 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,9 +20,6 @@ jobs: - name: 'go-stock-windows-amd64.exe' platform: 'windows/amd64' os: 'windows-latest' - - name: 'go-stock-windows-arm64.exe' - platform: 'windows/arm64' - os: 'windows-latest' # - name: 'go-stock-linux-amd64' # platform: 'linux/amd64' # os: 'ubuntu-latest'