mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
ci(workflow):添加windows/arm64平台的构建
- 在 GitHub Actions 工作流中增加了 windows/arm64 平台的构建任务 - 新增 go-stock-windows-arm64.exe 可执行文件的生成 - 设置了针对 arm64 架构的构建参数
This commit is contained in:
parent
0c6bd7292e
commit
92bb0097cd
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -21,6 +21,10 @@ 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