mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
ci: 注释掉 Linux 构建
- 不在支持Linux平台,专注Windows平台 - 在 GitHub Actions 配置文件中注释掉了 Linux构建相关配置 - 此修改将阻止在 Ubuntu 系统上进行 go-stock-linux-amd64 的构建
This commit is contained in:
parent
9c51ecde2f
commit
d82ace220a
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user