Skip to content

Commit

Permalink
Removes unsupported OS versions for Krew.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio committed Feb 23, 2023
1 parent 5e58891 commit 7d984df
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,3 @@ spec:
arch: amd64
{{addURIAndSha "https://github.com/patrickdappollonio/kubectl-slice/releases/download/v{{ slice .TagName 1 }}/kubectl-slice_windows_x86_64.tar.gz" .TagName | indent 6 }}
bin: kubectl-slice.exe
- selector:
matchLabels:
os: windows
arch: arm
{{addURIAndSha "https://github.com/patrickdappollonio/kubectl-slice/releases/download/v{{ slice .TagName 1 }}/kubectl-slice_windows_arm.tar.gz" .TagName | indent 6 }}
bin: kubectl-slice.exe
- selector:
matchLabels:
os: windows
arch: arm64
{{addURIAndSha "https://github.com/patrickdappollonio/kubectl-slice/releases/download/v{{ slice .TagName 1 }}/kubectl-slice_windows_arm64.tar.gz" .TagName | indent 6 }}
bin: kubectl-slice.exe

0 comments on commit 7d984df

Please sign in to comment.