mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-09-05 03:26:28 +00:00
✨ 修复actions编译的Windows平台二进制文件只能在linux下运行的错误
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -21,12 +21,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
goos: [ linux, windows, darwin ]
|
||||
goarch: [ amd64, arm64, arm, "386" ]
|
||||
exclude:
|
||||
- goos: darwin
|
||||
goarch: "386"
|
||||
- goos: darwin
|
||||
goarch: arm
|
||||
goarch: [ amd64, arm64]
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
Reference in New Issue
Block a user