mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
Added Mac ARM64 build to Krew config (#3002)
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
c2de92d8c6
commit
2526f2ab16
1 changed files with 11 additions and 0 deletions
11
.krew.yaml
11
.krew.yaml
|
@ -28,6 +28,17 @@ spec:
|
|||
- from: LICENSE
|
||||
to: .
|
||||
bin: kyverno
|
||||
- selector:
|
||||
matchLabels:
|
||||
os: darwin
|
||||
arch: arm64
|
||||
{{addURIAndSha "https://github.com/kyverno/kyverno/releases/download/{{ .TagName }}/kyverno-cli_{{ .TagName }}_darwin_arm64.tar.gz" .TagName | indent 6 }}
|
||||
files:
|
||||
- from: kyverno
|
||||
to: .
|
||||
- from: LICENSE
|
||||
to: .
|
||||
bin: kyverno
|
||||
- selector:
|
||||
matchLabels:
|
||||
os: windows
|
||||
|
|
Loading…
Reference in a new issue