Skip to content

Commit c472c28

Browse files
committed
feat: add windows targets to krew-index template
1 parent ab9d585 commit c472c28

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.krew.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ spec:
2929
arch: amd64
3030
{{addURIAndSha "https://github.com/nginxinc/nginx-supportpkg-for-k8s/releases/download/{{ .TagName }}/kubectl-nginx_supportpkg_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
3131
bin: kubectl-nginx_supportpkg
32+
- selector:
33+
matchLabels:
34+
os: windows
35+
arch: amd64
36+
{{addURIAndSha "https://github.com/nginxinc/nginx-supportpkg-for-k8s/releases/download/{{ .TagName }}/kubectl-nginx_supportpkg_{{ .TagName }}_windows_amd64.tar.gz" .TagName }}
37+
bin: kubectl-nginx_supportpkg
38+
- selector:
39+
matchLabels:
40+
os: windows
41+
arch: arm64
42+
{{addURIAndSha "https://github.com/nginxinc/nginx-supportpkg-for-k8s/releases/download/{{ .TagName }}/kubectl-nginx_supportpkg_{{ .TagName }}_windows_arm64.tar.gz" .TagName }}
43+
bin: kubectl-nginx_supportpkg
3244
shortDescription: Collect support packages for NGINX products that run on k8s
3345
homepage: https://github.com/nginxinc/nginx-supportpkg-for-k8s
3446
description: |

0 commit comments

Comments
 (0)