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

fix(cmd/helm): add build tags for architecture
pull/8762/head
Adam Reese 5 years ago committed by GitHub
commit 5d5ef1d611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save