Skip to content

Commit aa0251d

Browse files
committed
remove ppc64le from darwin and windows builds
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 5189d3e commit aa0251d

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

cmd/goreleaser/internal/configure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const (
4141

4242
var (
4343
baseArchs = []string{"386", "amd64", "arm", "arm64", "ppc64le", "s390x"}
44-
winArchs = []string{"386", "amd64", "arm64", "ppc64le"}
44+
winArchs = []string{"386", "amd64", "arm64"}
4545
darwinArchs = []string{"amd64", "arm64"}
4646
k8sArchs = []string{"amd64", "arm64", "ppc64le", "s390x"}
4747

distributions/otelcol-contrib/.goreleaser-build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ builds:
4343
- "386"
4444
- amd64
4545
- arm64
46-
- ppc64le
4746
dir: _build
4847
binary: otelcol-contrib
4948
ldflags:

distributions/otelcol-contrib/.goreleaser.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ builds:
5454
- "386"
5555
- amd64
5656
- arm64
57-
- ppc64le
5857
goarm:
5958
- "7"
6059
goppc64:

distributions/otelcol-otlp/.goreleaser.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ builds:
5151
- "386"
5252
- amd64
5353
- arm64
54-
- ppc64le
5554
goppc64:
5655
- power8
5756
dir: _build

distributions/otelcol/.goreleaser.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ builds:
5252
- "386"
5353
- amd64
5454
- arm64
55-
- ppc64le
5655
goppc64:
5756
- power8
5857
dir: _build

0 commit comments

Comments
 (0)