Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Add 'strip_debug' Flag to goreleaser
Browse files Browse the repository at this point in the history
goreleaser now compiles (default) with the `strip_debug` Flag set,
so every debug Log Entry will be stripped.
  • Loading branch information
l0nax committed Oct 15, 2019
1 parent 6c10077 commit 081a41b
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 @@ -12,6 +12,8 @@ builds:
- windows
goarch:
- amd64
flags:
- -tags 'strip_debug'
archives:
- format: tar.gz
name_template: "kubenab_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
Expand Down

0 comments on commit 081a41b

Please sign in to comment.