Skip to content

Commit

Permalink
fix releaser conf
Browse files Browse the repository at this point in the history
  • Loading branch information
aidansteele committed Jun 28, 2019
1 parent bad6b71 commit ee2a9c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ builds:
- amd64
ldflags:
- -s -w -X github.com/glassechidna/ec2connect/cmd.version={{.Version}} -X github.com/glassechidna/ec2connect/cmd.commit={{.ShortCommit}} -X github.com/glassechidna/ec2connect/cmd.date={{.Date}}
hooks:
post: ./upx.sh
archives:
- replacements:
- format: binary
replacements:
darwin: Darwin
linux: Linux
windows: Windows
Expand Down

0 comments on commit ee2a9c9

Please sign in to comment.