mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-06-06 15:15: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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.19, 1.20]
|
go-version: [1.22]
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
|
arch: [ "amd64", "arm64", "arm", "386" ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user