Skip to content

Commit

Permalink
Updated releaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Jun 24, 2020
1 parent c458d63 commit 6e5a701
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,26 @@ builds:
- darwin
- linux
- windows
goarch:
- 386
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: arm
- goos: darwin
goarch: arm64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
arm: ARM
arm64: ARM64
format: binary
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

0 comments on commit 6e5a701

Please sign in to comment.