guessi / kubectl-grep

Filter Kubernetes resources by matching their names
Apache License 2.0
114 stars 8 forks source link

[Feature] Support arm64 based cpu for macOS #40

Closed huikaihoo closed 2 years ago

huikaihoo commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like Cannot use in arm64 based cpu for macOS. Any plan on support it? Thanks.

$ krew install grep
Updated the local copy of plugin index.
Installing plugin: grep
W0905 09:22:33.335262   47104 install.go:164] failed to install plugin "grep": plugin "grep" does not offer installation for this platform
failed to install some plugins: [grep]: plugin "grep" does not offer installation for this platform

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

guessi commented 2 years ago

@huikaihoo thanks for highlight that issue, I will tried to build for arm based at next release.

guessi commented 2 years ago

@huikaihoo I just released v1.8.0, and I hope it works for you. Note that before https://github.com/kubernetes-sigs/krew-index/pull/2569 get merged, you will need to download the binary manually.

Let me know if it works for you, thanks!