Skip to content

Commit

Permalink
Merge pull request #17 from buildtool/version
Browse files Browse the repository at this point in the history
chore: fixed version ld flags
  • Loading branch information
argoyle authored Nov 7, 2019
2 parents 15a4506 + e853a3b commit 7149a1a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ builds:
binary: build
flags:
- -tags=prod
ldflags:
- -s -w
goos:
- linux
- darwin
Expand All @@ -25,8 +23,6 @@ builds:
binary: push
flags:
- -tags=prod
ldflags:
- -s -w
goos:
- linux
- darwin
Expand All @@ -37,8 +33,6 @@ builds:
binary: deploy
flags:
- -tags=prod
ldflags:
- -s -w
goos:
- linux
- darwin
Expand All @@ -49,8 +43,6 @@ builds:
binary: kubecmd
flags:
- -tags=prod
ldflags:
- -s -w
goos:
- linux
- darwin
Expand Down

0 comments on commit 7149a1a

Please sign in to comment.