install: uses "arm" as arch selector on "arm64" devices #688
Labels
area/distribution
Issues or PRs related to distribution and installation
kind/bug
Categorizes issue or PR as related to a bug.
priority/P2
P2 issues or PRs
On an
arm64
device (pergo env GOARCH
), Krew successfully installs plugins with selectorarch: arm
however it doesn't install plugins witharch: arm64
.So I suspect there's something wrong with how we interpret os/arch pairs on arm64 specifically.
For example, installing krew itself (logs with -v=7 show) that Krew shows that it's picking up
arm
as the GOARCH value:/area distribution
/kind bug
/priority P2
The text was updated successfully, but these errors were encountered: