Skip to content

Commit

Permalink
fix release error
Browse files Browse the repository at this point in the history
  • Loading branch information
gsxhnd committed Aug 19, 2023
1 parent 9241a94 commit c5ac8a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ builds:
- -X "{{.ModulePath}}/src/cmd.gitCommit={{.FullCommit}}"
goos:
- linux
# - freebsd
# - windows
# - darwin
- freebsd
- windows
- darwin
goarch:
- amd64
# - "386"
# - arm
# - arm64
- "386"
- arm
- arm64
goarm:
- "6"
- "7"
Expand Down

0 comments on commit c5ac8a3

Please sign in to comment.