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
d5ae6b1cc1
commit
8ddf3cde46
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -15,8 +15,9 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.19, 1.20]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
go-version: [1.22]
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
arch: [ "amd64", "arm64", "arm", "386" ]
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
Loading…
x
Reference in New Issue
Block a user