Skip to content

Commit

Permalink
Set version in linux-amd64 release
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jan 12, 2019
1 parent c68d36a commit 20ed7e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ builds:
- goos: linux
goarch: amd64
- binary: chezmoi
ldflags: "-s -w -X github.com/twpayne/chezmoi/cmd.version={{ .Version }} -X github.com/twpayne/chezmoi/cmd.commit={{ .Commit }} -X github.com/twpayne/chezmoi/cmd.date={{ .Date }}"
env:
- CGO_ENABLED=1
goos:
Expand Down

0 comments on commit 20ed7e2

Please sign in to comment.