From 45d230fcc95c1c4d2e055b7451a988441f038509 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Thu, 17 Sep 2020 11:46:22 -0700 Subject: [PATCH] fix(cmd/helm): add build tags for architecture Signed-off-by: Adam Reese --- cmd/helm/root_unix.go | 2 ++ cmd/helm/root_unix_test.go | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cmd/helm/root_unix.go b/cmd/helm/root_unix.go index 210842b35..4eb0b442b 100644 --- a/cmd/helm/root_unix.go +++ b/cmd/helm/root_unix.go @@ -1,3 +1,5 @@ +// +build !windows + /* Copyright The Helm Authors. diff --git a/cmd/helm/root_unix_test.go b/cmd/helm/root_unix_test.go index 73f18ec28..b1fcfbc66 100644 --- a/cmd/helm/root_unix_test.go +++ b/cmd/helm/root_unix_test.go @@ -1,3 +1,5 @@ +// +build !windows + /* Copyright The Helm Authors.