Merge pull request #8759 from adamreese/fix/go-build-tags

fix(cmd/helm): add build tags for architecture
This commit is contained in:
Adam Reese
2020-09-17 11:50:59 -07:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The Helm Authors.

View File

@@ -1,3 +1,5 @@
// +build !windows
/*
Copyright The Helm Authors.