mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-06-04 14:15:22 +00:00
✨ 修复圆角的问题
This commit is contained in:
parent
1d93ddaf45
commit
9a842470b7
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user