Skip to content

Commit

Permalink
Tweak build timestamp info
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Custine <[email protected]>
  • Loading branch information
ccustine committed Feb 28, 2018
1 parent c610ba3 commit cd27785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ release:
build:
binary: kurasowa
main: .
ldflags: -s -w -X github.com/redhat-iot/kurasowa/kurasowa.timestamp={{.Date}} -X github.com/redhat-iot/kurasowa/kurasowa.commitHash={{.Commit}} -X github.com/redhat-iot/kurasowa/kurasowa.gitTag={{.Version}}
ldflags: -s -w -X github.com/redhat-iot/kurasowa/main.timestamp={{.Date}} -X github.com/redhat-iot/kurasowa/main.commitHash={{.Commit}} -X github.com/redhat-iot/kurasowa/main.gitTag={{.Version}}
goos:
- darwin
- linux
Expand Down

0 comments on commit cd27785

Please sign in to comment.