Skip to content

Commit

Permalink
revert to stock standard goreleaser yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Aug 8, 2018
1 parent aacbb72 commit 968f3b2
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
builds:
-
env:
- CGO_ENABLED=0
main: .
goos:
- freebsd
- windows
- darwin
- linux
goarch:
- amd64
- arm
- arm64
- env:
- CGO_ENABLED=0
archive:
replacements:
darwin: Darwin
Expand All @@ -30,6 +19,4 @@ changelog:
filters:
exclude:
- '^docs:'
- '^test:'
# env_files:
# github_token: ./github_token
- '^test:'

0 comments on commit 968f3b2

Please sign in to comment.