Skip to content

Commit

Permalink
Merge pull request #173 from rsteube/fix-goreleaser
Browse files Browse the repository at this point in the history
fix goreleaser
  • Loading branch information
rsteube authored Jul 10, 2023
2 parents 671a114 + 3bb8445 commit b698872
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ builds:
tags:
- release
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
name_template: "carapace-spec_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit b698872

Please sign in to comment.