Skip to content

Commit

Permalink
remove signing
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincabbage committed Sep 22, 2019
1 parent 571f4cd commit 95890a0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,13 @@ builds:
goos:
- linux
- darwin
- freebsd
- windows
env:
- CGO_ENABLED=0
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
signs:
- artifacts: checksum
name_template: 'checksums.txt'

0 comments on commit 95890a0

Please sign in to comment.