ci: 注释掉 Linux 构建

- 不在支持Linux平台,专注Windows平台
- 在 GitHub Actions 配置文件中注释掉了 Linux构建相关配置
- 此修改将阻止在 Ubuntu 系统上进行 go-stock-linux-amd64 的构建
This commit is contained in:
spark 2025-01-26 11:53:00 +08:00
parent 9c51ecde2f
commit d82ace220a

View File

@ -20,9 +20,9 @@ jobs:
- name: 'go-stock-windows-amd64.exe'
platform: 'windows/amd64'
os: 'windows-latest'
- name: 'go-stock-linux-amd64'
platform: 'linux/amd64'
os: 'ubuntu-latest'
# - name: 'go-stock-linux-amd64'
# platform: 'linux/amd64'
# os: 'ubuntu-latest'
runs-on: ${{ matrix.build.os }}
steps: