Skip to content

Commit

Permalink
make generate-goreleaser - only reorders things
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies committed Nov 14, 2024
1 parent 3818cb5 commit 3f7358c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions distributions/otelcol-contrib/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ msi:
- config.yaml
builds:
- id: otelcol-contrib
builder: prebuilt
prebuilt:
path: artifacts/otelcol-contrib_{{ .Os }}_{{ .Arch }}{{ with .Amd64 }}_{{ . }}{{ end }}{{ with .Arm }}_{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}/otelcol-contrib{{- if eq .Os "windows" }}.exe{{ end }}
goos:
- darwin
- linux
Expand Down Expand Up @@ -44,6 +41,9 @@ builds:
goarch: s390x
dir: _build
binary: otelcol-contrib
builder: prebuilt
prebuilt:
path: artifacts/otelcol-contrib_{{ .Os }}_{{ .Arch }}{{ with .Amd64 }}_{{ . }}{{ end }}{{ with .Arm }}_{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}/otelcol-contrib{{- if eq .Os "windows" }}.exe{{ end }}
archives:
- id: otelcol-contrib
builds:
Expand Down

0 comments on commit 3f7358c

Please sign in to comment.