Skip to content

Commit

Permalink
Fix build to not produce incomplete binaries
Browse files Browse the repository at this point in the history
Resolves kubernetes-sigs#48

Signed-off-by: Yusuke KUOKA <ykuoka@gmail.com>
  • Loading branch information
mumoshu committed Mar 19, 2018
1 parent b53aa08 commit bda6493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project_name: authenticator

builds:
- binary: heptio-authenticator-aws
main: ./cmd/heptio-authenticator-aws/root.go
main: ./cmd/heptio-authenticator-aws/
goos:
- darwin
- linux
Expand Down

0 comments on commit bda6493

Please sign in to comment.