Skip to content

Commit

Permalink
Fix post hook 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Deppenwiese committed Jul 16, 2018
1 parent 7028b0b commit 390ef99
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ builds:
- 7
main: "."
hooks:
post: upx --best --ultra-brute tpmtool
post:
- upx --best --ultra-brute dist/linux_amd64/tpmtool
- upx --best --ultra-brute dist/linux_arm_7/tpmtool
- upx --best --ultra-brute dist/linux_386/tpmtool
- upx --best --ultra-brute dist/linux_arm64/tpmtool
nfpm:
vendor: Facebook Inc.
homepage: www.tpmtool.org
Expand Down

0 comments on commit 390ef99

Please sign in to comment.