From e96bcc66c9245a04d2e0ed78a7483845ab6f583c Mon Sep 17 00:00:00 2001 From: guoxudong Date: Sun, 29 Aug 2021 18:03:25 +0800 Subject: [PATCH] update action&goreleaser for arm64 --- .krew.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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