Skip to content

Commit

Permalink
Fix krew.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssup2 committed Apr 7, 2021
1 parent b5a9840 commit d3c07ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,31 @@ spec:
version: "{{ .TagName }}"
platforms:
- bin: kubectl-pexec
{{addURIAndSha "https://github.com/github.com/ssup2/kpexec/releases/download/{{ .TagName }}/kubectl_pexec_{{ .TagName }}_Linux_amd64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/ssup2/kpexec/releases/download/{{ .TagName }}/kubectl_pexec_{{ .TagName }}_Linux_amd64.tar.gz" .TagName }}
selector:
matchLabels:
os: linux
arch: amd64
- bin: kubectl-pexec
{{addURIAndSha "https://github.com/github.com/ssup2/kpexec/releases/download/{{ .TagName }}/kubectl_pexec_{{ .TagName }}_Linux_arm64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/ssup2/kpexec/releases/download/{{ .TagName }}/kubectl_pexec_{{ .TagName }}_Linux_arm64.tar.gz" .TagName }}
selector:
matchLabels:
os: linux
arch: arm64
- bin: kubectl-pexec
{{addURIAndSha "https://github.com/github.com/ssup2/kpexec/releases/download/{{ .TagName }}/kubectl_pexec_{{ .TagName }}_Darwin_amd64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/ssup2/kpexec/releases/download/{{ .TagName }}/kubectl_pexec_{{ .TagName }}_Darwin_amd64.tar.gz" .TagName }}
selector:
matchLabels:
os: darwin
arch: amd64
- bin: kubectl-pexec
{{addURIAndSha "https://github.com/github.com/ssup2/kpexec/releases/download/{{ .TagName }}/kubectl_pexec_{{ .TagName }}_Darwin_arm64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/ssup2/kpexec/releases/download/{{ .TagName }}/kubectl_pexec_{{ .TagName }}_Darwin_arm64.tar.gz" .TagName }}
selector:
matchLabels:
os: darwin
arch: arm64
- bin: kubectl-pexec.exe
{{addURIAndSha "https://github.com/github.com/ssup2/kpexec/releases/download/{{ .TagName }}/kubectl_pexec_{{ .TagName }}_Windows_amd64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/ssup2/kpexec/releases/download/{{ .TagName }}/kubectl_pexec_{{ .TagName }}_Windows_amd64.tar.gz" .TagName }}
selector:
matchLabels:
os: windows
Expand Down

0 comments on commit d3c07ab

Please sign in to comment.