Skip to content

Commit

Permalink
fix(goreleaser): deprecated syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
maier committed Mar 17, 2023
1 parent 7a88896 commit e21b183
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ nfpms:
description: Circonus C3 Data Exporter
license: MIT
file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}"
replacements:
darwin: macOS
formats:
- deb
- rpm
Expand Down Expand Up @@ -138,8 +136,6 @@ archives:
id: default
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}_{{.Arch}}"
format: tar.gz
replacements:
amd64: x86_64
format_overrides:
-
goos: windows
Expand Down

0 comments on commit e21b183

Please sign in to comment.