File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed
Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,11 @@ builds:
1414 goarch :
1515 - amd64
1616 - arm64
17- - ppc64le
18- - s390x
1917 ignore :
2018 - goos : darwin
2119 goarch : arm64
22- - goos : darwin
23- goarch : ppc64le
24- - goos : darwin
25- goarch : s390x
2620 - goos : windows
2721 goarch : arm64
28- - goos : windows
29- goarch : ppc64le
30- - goos : windows
31- goarch : s390x
3222
3323archives :
3424- builds :
Original file line number Diff line number Diff line change 2727 arch : amd64
2828 {{addURIAndSha "https://github.com/operator-framework/kubectl-operator/releases/download/{{ .TagName }}/kubectl-operator_{{ .TagName }}_linux_amd64.tar.gz" .TagName }}
2929 bin : kubectl-operator
30- - selector :
31- matchLabels :
32- os : linux
33- arch : ppc64le
34- {{addURIAndSha "https://github.com/operator-framework/kubectl-operator/releases/download/{{ .TagName }}/kubectl-operator_{{ .TagName }}_linux_ppc64le.tar.gz" .TagName }}
35- bin : kubectl-operator
36- - selector :
37- matchLabels :
38- os : linux
39- arch : s390x
40- {{addURIAndSha "https://github.com/operator-framework/kubectl-operator/releases/download/{{ .TagName }}/kubectl-operator_{{ .TagName }}_linux_s390x.tar.gz" .TagName }}
41- bin : kubectl-operator
4230 - selector :
4331 matchLabels :
4432 os : linux
You can’t perform that action at this time.
0 commit comments