Skip to content

Commit

Permalink
add trimpath flag to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vlasic committed Nov 8, 2021
1 parent 733a1ee commit a790145
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ builds:
- -X "github.com/mantil-io/mantil/domain.tag={{ .Env.tag }}"
- -X "github.com/mantil-io/mantil/domain.dev={{ .Env.dev }}"
- -X "github.com/mantil-io/mantil/domain.ontag={{ .Env.on_tag }}"
flags:
- -trimpath
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit a790145

Please sign in to comment.