Skip to content

Commit

Permalink
feat: supports goarm 6/7 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeessy2 committed Aug 8, 2023
1 parent 8e64557 commit aa49b50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ builds:
- amd64
- arm
- arm64
goarm:
- 6
- 7
ldflags:
- -s -w -X main.version={{.Tag}} -X main.buildTime={{.Date}}
archives:
Expand Down

0 comments on commit aa49b50

Please sign in to comment.