Skip to content

Commit 7a5085f

Browse files
authored
feat: add windows platform to krew manifest (#19)
1 parent ce65aa2 commit 7a5085f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.krew.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ spec:
3636
arch: arm64
3737
{{addURIAndSha "https://github.com/knight42/krelay/releases/download/{{ .TagName }}/kubectl-relay_{{ .TagName }}_linux-arm64.tar.gz" .TagName }}
3838
bin: kubectl-relay
39+
- selector:
40+
matchLabels:
41+
os: windows
42+
arch: amd64
43+
{{addURIAndSha "https://github.com/knight42/krelay/releases/download/{{ .TagName }}/kubectl-relay_{{ .TagName }}_windows-amd64.tar.gz" .TagName }}
44+
bin: kubectl-relay.exe

0 commit comments

Comments
 (0)