Skip to content

Commit 0e51170

Browse files
committed
feat: 构建Windows32的二进制
1 parent 2eda9e8 commit 0e51170

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/go-binary-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ jobs:
1010
strategy:
1111
matrix:
1212
goos: [linux, windows, darwin] # 需要打包的系统
13-
goarch: [amd64, arm64] # 需要打包的架构
13+
goarch: ["386", amd64, arm64] # 需要打包的架构
1414
exclude: # 排除某些平台和架构
15+
- goarch: "386"
16+
goos: darwin
1517
- goarch: arm64
1618
goos: windows
1719
steps:

0 commit comments

Comments
 (0)