Skip to content

Commit

Permalink
also release for windows
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <[email protected]>
  • Loading branch information
rajatjindal committed Mar 26, 2023
1 parent 24ff5f7 commit 3d71987
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ spec:
- from: "*"
to: "."
bin: kubectl-whoami
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/rajatjindal/kubectl-whoami/releases/download/{{ .TagName }}/kubectl-whoami_{{ .TagName }}_windows_amd64.tar.gz" .TagName }}
files:
- from: "*"
to: "."
bin: kubectl-whoami.exe
shortDescription: Show the subject that's currently authenticated as.
description: |
This plugin show the subject that's currently authenticated as.
Expand Down

0 comments on commit 3d71987

Please sign in to comment.