Skip to content

Commit

Permalink
Update goreleaser to correctly locate nomad-toast main func.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Oct 26, 2018
1 parent 04e2c27 commit f52f276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/nomad-toast/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ builds:
# The default is `-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}`
# Date format is `2006-01-02_15:04:05`
ldflags: -s -w -X main.Version={{.Version}} -X main.GitCommit={{.Commit}} -X main.BuildDate={{.Date}} -X main.GitBranch={{.Tag}} -X main.GitState={{.Tag}} -X main.GitSummary={{.Commit}}
main: ./cmd/nomad-toast/

archive:
# You can change the name of the archive.
Expand Down

0 comments on commit f52f276

Please sign in to comment.