mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-15 12:17:56 +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
|
- from: LICENSE
|
||||||
to: .
|
to: .
|
||||||
bin: kyverno
|
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:
|
- selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
os: windows
|
os: windows
|
||||||
|
|
Loading…
Add table
Reference in a new issue