From bda6493458535f449bd2a400423ce7a778928013 Mon Sep 17 00:00:00 2001 From: Yusuke KUOKA Date: Mon, 19 Mar 2018 12:05:59 +0900 Subject: [PATCH] Fix build to not produce incomplete binaries Resolves #48 Signed-off-by: Yusuke KUOKA --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 035cae46e..6e57d38ad 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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