Skip to content

Commit 47e15d8

Browse files
codebotenmowies
andauthored
[chore] ignore ppc64le for unsupported platforms (#863)
* [chore] ignore ppc64le for unsupported platforms This is based on the comment here: https://github.com/open-telemetry/opentelemetry-collector-releases/pull/858/files#r1982998320 Signed-off-by: Alex Boten <[email protected]> * Update cmd/builder/.goreleaser.yml Co-authored-by: Moritz Wiesinger <[email protected]> --------- Signed-off-by: Alex Boten <[email protected]> Co-authored-by: Moritz Wiesinger <[email protected]>
1 parent f80d8df commit 47e15d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmd/builder/.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ builds:
2323
ignore:
2424
- goos: windows
2525
goarch: arm64
26+
- goos: windows
27+
goarch: ppc64le
28+
- goos: darwin
29+
goarch: ppc64le
2630
binary: ocb
2731
dockers:
2832
- goos: linux

0 commit comments

Comments
 (0)