From 244030104118ea6e0b53ba589e191b07b354cb3d Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Thu, 14 Nov 2024 10:03:11 +0100 Subject: [PATCH] remove arm v Signed-off-by: Moritz Wiesinger --- distributions/otelcol-contrib/.goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributions/otelcol-contrib/.goreleaser.yaml b/distributions/otelcol-contrib/.goreleaser.yaml index a2a3e88f..a1dc180c 100644 --- a/distributions/otelcol-contrib/.goreleaser.yaml +++ b/distributions/otelcol-contrib/.goreleaser.yaml @@ -15,7 +15,7 @@ builds: - id: otelcol-contrib builder: prebuilt prebuilt: - path: artifacts/otelcol-contrib_{{ .Os }}_{{ .Arch }}{{ with .Amd64 }}_{{ . }}{{ end }}{{ with .Arm }}_v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}/otelcol-contrib{{- if eq .Os "windows" }}.exe{{ end }} + 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