Skip to content

Commit

Permalink
🐛 添加构建工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Oct 2, 2024
1 parent d5ae6b1 commit 8ddf3cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ddf3cd

Please sign in to comment.