Skip to content

Commit

Permalink
add full var path in ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
andscoop committed Mar 13, 2018
1 parent 4ef15e7 commit 27fa17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -16,7 +16,7 @@ builds:
goarm:
- "6"
main: .
ldflags: -s -w -X cmd.version={{.Version}} -X cmd.gitCommit={{.Commit}}
ldflags: -s -w -X github.com/astronomerio/astro-cli/cmd.version={{ .Version }} -X github.com/astronomerio/astro-cli/cmd.gitCommit={{ .Commit }}
binary: astro
ignore:
- goos: windows
Expand Down

0 comments on commit 27fa17c

Please sign in to comment.