Skip to content

Commit

Permalink
Update goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cxjava committed Apr 27, 2020
1 parent e1c19c9 commit 476254d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
env:
- GO111MODULE=on
- BUILT_BY=goreleaser

before:
hooks:
Expand All @@ -23,24 +22,23 @@ builds:
- windows
- darwin
- linux
- freebsd
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 5
- 6
- 7
ignore:
- goos: darwin
goarch: 386
- goos: darwin
goarch: arm
archives:
- format: gz
files:
- none*
replacements:
darwin: mac
format_overrides:
- goos: windows
format: zip

0 comments on commit 476254d

Please sign in to comment.