mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-06-06 07:05: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 ]
|
goos: [ linux, windows, darwin ]
|
||||||
goarch: [ amd64, arm64, arm, "386" ]
|
goarch: [ amd64, arm64, arm, "386" ]
|
||||||
exclude:
|
exclude:
|
||||||
- os: darwin
|
- goos: darwin
|
||||||
arch: "386"
|
goarch: "386"
|
||||||
- os: darwin
|
- goos: darwin
|
||||||
arch: arm
|
goarch: arm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user