Skip to content

Commit

Permalink
Remove support to some arches and platforms from ocb (opentelemetry…
Browse files Browse the repository at this point in the history
…-collector-builder) (#4710)

* drop arm platforms and ignore windows arm64 for now

Signed-off-by: Carlos Panato <ctadeu@gmail.com>

* Add changelog entry

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>

Co-authored-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
cpanato and jpkrohling authored Jan 20, 2022
1 parent 6b5a3d0 commit 9eb2817
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- Usages of `--metrics-addr={VALUE}` can be replaced by `--set=service.telemetry.metrics.address={VALUE}`;
- Updated confighttp `ToClient` to support passing telemetry settings for instrumenting otlphttp exporter(#4449)
- Deprecate `configtelemetry.Level.Set()` (#4700)
- Remove support to some arches and platforms from `ocb` (opentelemetry-collector-builder) (#4710)

## 💡 Enhancements 💡

Expand Down
7 changes: 3 additions & 4 deletions cmd/builder/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ builds:
- darwin
goarch:
- amd64
- arm
- arm64
goarm:
- 6
- 7
ignore:
- goos: windows
goarch: arm64
binary: ocb
release:
github:
Expand Down

0 comments on commit 9eb2817

Please sign in to comment.