diff --git a/.krew.yaml b/.krew.yaml index 559890a..eee2dba 100644 --- a/.krew.yaml +++ b/.krew.yaml @@ -27,6 +27,17 @@ spec: - from: LICENSE to: "." bin: "pod-lens" + - selector: + matchLabels: + os: darwin + arch: arm64 + {{addURIAndSha "https://github.com/sunny0826/kubectl-pod-lens/releases/download/{{ .TagName }}/pod-lens_darwin_arm64.tar.gz" .TagName }} + files: + - from: "./pod-lens" + to: "." + - from: LICENSE + to: "." + bin: "pod-lens" - selector: matchLabels: os: windows