Skip to content

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paultyng authored Aug 10, 2020
1 parent a3974c2 commit 709b522
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
Expand All @@ -11,8 +8,6 @@ builds:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
goos:
- freebsd
- openbsd
- solaris
- windows
- linux
- darwin
Expand All @@ -24,10 +19,6 @@ builds:
ignore:
- goos: darwin
goarch: '386'
- goos: openbsd
goarch: arm
- goos: openbsd
goarch: arm64
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
Expand All @@ -39,7 +30,7 @@ signs:
- artifacts: checksum
args:
- "--batch"
- "-u"
- "--local-user"
- "{{ .Env.GPG_FINGERPRINT }}"
- "--output"
- "${signature}"
Expand Down

0 comments on commit 709b522

Please sign in to comment.