Skip to content

Commit

Permalink
Update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Oct 3, 2021
1 parent 6ea5223 commit e45927c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ before:
builds:
- main: .
binary: git-kustomize-diff
goos:
- linux
- darwin
- windows
goarch:
- amd64
ldflags:
- -s -w
- -X github.com/dtaniwaki/git-kustomize-diff/cmd.Version={{.Version}}
Expand Down

0 comments on commit e45927c

Please sign in to comment.