Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: ensure goreleaser up to date
  • Loading branch information
agarvin-nr committed Nov 19, 2025
commit 9fa305c252d07aca062e936ad5b6ee9bf2e7b5fd
9 changes: 0 additions & 9 deletions distributions/nrdot-collector-k8s/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ builds:
env:
- CGO_ENABLED=0
- GOEXPERIMENT=
archives:
- id: nrdot-collector-k8s
ids:
- nrdot-collector-k8s
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
format_overrides:
- goos: windows
formats:
- zip
snapshot:
version_template: '{{ incpatch .Version }}-SNAPSHOT-{{.ShortCommit}}'
checksum:
Expand Down
9 changes: 0 additions & 9 deletions distributions/nrdot-collector-plus/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ builds:
env:
- CGO_ENABLED=0
- GOEXPERIMENT=
archives:
- id: nrdot-collector-plus
ids:
- nrdot-collector-plus
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
format_overrides:
- goos: windows
formats:
- zip
snapshot:
version_template: '{{ incpatch .Version }}-SNAPSHOT-{{.ShortCommit}}'
checksum:
Expand Down