From f378a317bf54f7e58c3ed78c244920b0d900d7e6 Mon Sep 17 00:00:00 2001 From: Rajat Jindal Date: Sun, 21 Aug 2022 09:18:48 +0530 Subject: [PATCH] update download link --- .krew.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.krew.yaml b/.krew.yaml index 49e0b61..7449e58 100644 --- a/.krew.yaml +++ b/.krew.yaml @@ -12,6 +12,12 @@ spec: arch: amd64 {{addURIAndSha "https://github.com/rajatjindal/kubectl-evict-pod/releases/download/{{ .TagName }}/kubectl-evict-pod_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }} bin: kubectl-evict-pod + - selector: + matchLabels: + os: darwin + arch: arm64 + {{addURIAndSha "https://github.com/rajatjindal/kubectl-evict-pod/releases/download/{{ .TagName }}/kubectl-evict-pod_{{ .TagName }}_darwin_arm64.tar.gz" .TagName }} + bin: kubectl-evict-pod - selector: matchLabels: os: linux