Skip to content

Commit

Permalink
[update] 编译工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
lazydog28 committed Aug 20, 2024
1 parent 9c283a1 commit 0d68a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
goos: [ linux, darwin, windows ]
goarch: [ amd64, 386, arm64, arm ]
goarch: [ amd64 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0d68a03

Please sign in to comment.