Skip to content

Commit

Permalink
Fixes .slice.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio committed Oct 31, 2021
1 parent 06fca1d commit 12cab7d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,35 @@ spec:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/patrickdappollonio/kubectl-slice/releases/download/v{{ .TagName }}/kubectl-slice_{{ .TagName }}_darwin_arm64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/patrickdappollonio/kubectl-slice/releases/download/v{{ slice .TagName 1 }}/kubectl-slice_{{ slice .TagName 1 }}_darwin_arm64.tar.gz" .TagName | indent 6 }}
bin: kubectl-slice
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/patrickdappollonio/kubectl-slice/releases/download/v{{ .TagName }}/kubectl-slice_{{ .TagName }}_darwin_x86_64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/patrickdappollonio/kubectl-slice/releases/download/v{{ slice .TagName 1 }}/kubectl-slice_{{ slice .TagName 1 }}_darwin_x86_64.tar.gz" .TagName | indent 6 }}
bin: kubectl-slice
- selector:
matchLabels:
os: linux
arch: arm64
{{addURIAndSha "https://github.com/patrickdappollonio/kubectl-slice/releases/download/v{{ .TagName }}/kubectl-slice_{{ .TagName }}_linux_arm64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/patrickdappollonio/kubectl-slice/releases/download/v{{ slice .TagName 1 }}/kubectl-slice_{{ slice .TagName 1 }}_linux_arm64.tar.gz" .TagName | indent 6 }}
bin: kubectl-slice
- selector:
matchLabels:
os: linux
arch: arm
{{addURIAndSha "https://github.com/patrickdappollonio/kubectl-slice/releases/download/v{{ .TagName }}/kubectl-slice_{{ .TagName }}_linux_armv6.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/patrickdappollonio/kubectl-slice/releases/download/v{{ slice .TagName 1 }}/kubectl-slice_{{ slice .TagName 1 }}_linux_armv6.tar.gz" .TagName | indent 6 }}
bin: kubectl-slice
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/patrickdappollonio/kubectl-slice/releases/download/v{{ .TagName }}/kubectl-slice_{{ .TagName }}_linux_x86_64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/patrickdappollonio/kubectl-slice/releases/download/v{{ slice .TagName 1 }}/kubectl-slice_{{ slice .TagName 1 }}_linux_x86_64.tar.gz" .TagName | indent 6 }}
bin: kubectl-slice
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/patrickdappollonio/kubectl-slice/releases/download/v{{ .TagName }}/kubectl-slice_{{ .TagName }}_windows_x86_64.tar.gz" .TagName }}
bin: kubectl-slice.exe
{{addURIAndSha "https://github.com/patrickdappollonio/kubectl-slice/releases/download/v{{ slice .TagName 1 }}/kubectl-slice_{{ slice .TagName 1 }}_windows_x86_64.tar.gz" .TagName | indent 6 }}
bin: kubectl-slice.exe

0 comments on commit 12cab7d

Please sign in to comment.