Skip to content

Commit 5c8bdd1

Browse files
committed
refactor: push .yaml file changes related to linux archive fix
1 parent 354feb4 commit 5c8bdd1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

distributions/nrdot-collector-host/.goreleaser-fips.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ archives:
4141
- nrdot-collector-host-fips
4242
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
4343
format_overrides:
44-
- goos: linux
44+
- goos: windows
4545
formats:
4646
- zip
4747
files:

distributions/nrdot-collector-k8s/.goreleaser-fips.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ archives:
4141
- nrdot-collector-k8s-fips
4242
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
4343
format_overrides:
44-
- goos: linux
44+
- goos: windows
4545
formats:
4646
- zip
4747
snapshot:

distributions/nrdot-collector/.goreleaser-fips.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ archives:
4141
- nrdot-collector-fips
4242
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
4343
format_overrides:
44-
- goos: linux
44+
- goos: windows
4545
formats:
4646
- zip
4747
files:

0 commit comments

Comments
 (0)