Skip to content

Commit

Permalink
fix(goreleaser): make it work after replacements deprication
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kropachev committed Jul 6, 2023
1 parent 9aa8f65 commit 99ddf27
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions cmd/gemini/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@ builds:
goarch:
- amd64
archives:
-
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'

checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 99ddf27

Please sign in to comment.