mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-09-05 03:26:28 +00:00
✨ 修复圆角的问题
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -23,10 +23,10 @@ jobs:
|
||||
goos: [ linux, windows, darwin ]
|
||||
goarch: [ amd64, arm64, arm, "386" ]
|
||||
exclude:
|
||||
- os: darwin
|
||||
arch: "386"
|
||||
- os: darwin
|
||||
arch: arm
|
||||
- goos: darwin
|
||||
goarch: "386"
|
||||
- goos: darwin
|
||||
goarch: arm
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
Reference in New Issue
Block a user