Skip to content

Commit

Permalink
regen goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 committed Nov 5, 2024
1 parent f146378 commit 848cc5e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions distributions/otelcol-k8s/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ builds:
- arm64
- ppc64le
- s390x
ignore:
- goos: linux
goarch: s390x
dir: _build
binary: otelcol-k8s
ldflags:
Expand All @@ -31,6 +34,13 @@ builds:
- arm64
- ppc64le
- s390x
ignore:
- goos: linux
goarch: amd64
- goos: linux
goarch: arm64
- goos: linux
goarch: ppc64le
dir: _build
binary: otelcol-k8s
ldflags:
Expand Down

0 comments on commit 848cc5e

Please sign in to comment.