From c65d0b79f47d35255d57eba6aed7360c14e0a3b3 Mon Sep 17 00:00:00 2001 From: ArvinLovegood Date: Sun, 6 Jul 2025 20:58:24 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=20GitHub=20Actions=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加对 '*-dev' 标签的匹配,以支持开发版本的构建 -移除 Windows ARM64 构建配置,简化构建流程 --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b53454..da24e5c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,6 +5,7 @@ on: tags: # Match any new tag - '*-release' + - '*-dev' env: # Necessary for most environments as build failure can occur due to OOM issues @@ -21,10 +22,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' - arch: arm64 # - name: 'go-stock-linux-amd64' # platform: 'linux/amd64' # os: 'ubuntu-latest'