Skip to content

Commit

Permalink
update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Aug 25, 2022
1 parent 94c5030 commit b3369b5
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,17 @@ archives:
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
replacements:
darwin: Darwin
windows: Windows
amd64: x86_64
format_overrides:
- goos: windows
format: zip
builds:
- cronosd-darwin-arm64
- id: testnet
name_template: '{{ .ProjectName }}_{{ .Version }}-testnet_{{ .Os }}_{{ .Arch }}'
replacements:
darwin: Darwin
windows: Windows
amd64: x86_64
format_overrides:
- goos: windows
format: zip
builds:
- cronosd-darwin-arm64-testnet

checksum:
name_template: 'checksums-others.txt'
name_template: 'checksums-Darwin-arm64.txt'
changelog:
sort: asc
filters:
Expand Down

0 comments on commit b3369b5

Please sign in to comment.