mirror of https://github.com/helm/helm
```
In some OS, obtaining the processor type from `uname - p` may fail.
For Golang programs, we should use `go env GOARCH` to obtain the architecture
=====================
$ go env GOARCH
amd64
$ uname -m
x86_64
$ uname -p
unknown
```
Signed-off-by: weidongkl <weidong@uniontech.com>
(cherry picked from commit 57a1bb80e5
)
release-3.14
parent
c309b6f0ff
commit
7e18c39f07
Loading…
Reference in new issue