Skip to content

Commit

Permalink
enable all arches
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies committed Nov 13, 2024
1 parent 3326728 commit c7ef1a2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions distributions/otelcol-contrib/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ builds:
prebuilt:
path: "artifacts/{{ .Os }}_{{ .Arch }}/otelcol-contrib_{{ .Os }}_{{ .Arch }}{{ with .Amd64 }}_{{ . }}{{ end }}"
goos:
# - darwin
- darwin
- linux
# - windows
- windows
goarch:
# - "386"
- "386"
- amd64
# - arm
# - arm64
# - ppc64le
# - s390x
- arm
- arm64
- ppc64le
- s390x
goarm:
- "7"
ignore:
Expand Down

0 comments on commit c7ef1a2

Please sign in to comment.