mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-09-07 12:36:27 +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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
goos: [ linux, windows, darwin ]
|
goos: [ linux, windows, darwin ]
|
||||||
goarch: [ amd64, arm64, arm, "386" ]
|
goarch: [ amd64, arm64]
|
||||||
exclude:
|
|
||||||
- goos: darwin
|
|
||||||
goarch: "386"
|
|
||||||
- goos: darwin
|
|
||||||
goarch: arm
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
@ -51,3 +51,5 @@ _✨ 服务器状态 - 服务端/后端 ✨_
|
|||||||
- 前端源码在[server-status-web](https://github.com/snowykami/server-status-web)
|
- 前端源码在[server-status-web](https://github.com/snowykami/server-status-web)
|
||||||
- 接口定义请查看源代码的[api/router](./api/router.go)
|
- 接口定义请查看源代码的[api/router](./api/router.go)
|
||||||
|
|
||||||
|
### 32位系统
|
||||||
|
- 由于[cloudwego/netpoll Issue #252](https://github.com/cloudwego/netpoll/issues/252), 暂不支持32位系统
|
||||||
|
Reference in New Issue
Block a user