Skip to content

Commit cf583ef

Browse files
committed
adapt goreleaser generator
Signed-off-by: Moritz Wiesinger <[email protected]>
1 parent 055a168 commit cf583ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/goreleaser/internal/configure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func Build(dist string, buildOrRest bool) config.Build {
101101
ID: dist,
102102
Builder: "prebuilt",
103103
PreBuilt: config.PreBuiltOptions{
104-
Path: "artifacts/otelcol-contrib_{{ .Os }}_{{ .Arch }}{{ with .Amd64 }}_{{ . }}{{ end }}{{ with .Arm }}_{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}/otelcol-contrib{{- if eq .Os \"windows\" }}.exe{{ end }}",
104+
Path: "artifacts/otelcol-contrib_{{ .Os }}_{{ .Arch }}{{ with .Amd64 }}_{{ . }}{{ end }}{{ with .Arm }}_{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ with .I386 }}_{{ . }}{{ end }}{{ with .Arm64 }}_{{ . }}{{ end }}/otelcol-contrib{{- if eq .Os \"windows\" }}.exe{{ end }}",
105105
},
106106
Goos: goos,
107107
Goarch: archs,

0 commit comments

Comments
 (0)