mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
ci: 更新 GitHub Actions 工作流
- 添加对 '*-dev' 标签的匹配,以支持开发版本的构建 -移除 Windows ARM64 构建配置,简化构建流程
This commit is contained in:
parent
92bb0097cd
commit
c65d0b79f4
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user