Skip to content

Commit 6e04316

Browse files
committed
remove unsupported os/arch pairs
1 parent 10610a4 commit 6e04316

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

.goreleaser.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

3323
archives:
3424
- builds:

.krew.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@ spec:
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

0 commit comments

Comments
 (0)