Skip to content

Commit

Permalink
支持更多架构
Browse files Browse the repository at this point in the history
  • Loading branch information
KincaidYang committed Jun 4, 2024
1 parent 80b6832 commit 7e65b6a
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,21 @@ archives:
- LICENSE
- README.md
- config.json

builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- "386"
- amd64
- arm
- arm64
- ppc64
goarm:
- "7"
ignore:
- goos: windows
goarch: arm

0 comments on commit 7e65b6a

Please sign in to comment.