summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-08 23:13:26 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-08 23:13:26 +1000
commit968f3b2c1c6522ac47187ab8fcd8799d21ff6315 (patch)
tree67421e78ce551a9fb910e1e20dacd0ff0cfc0410
parentaacbb72e6cf34bd45d31781e7ace5fd298a9fe41 (diff)
revert to stock standard goreleaser ymlv0.1.22
-rw-r--r--.goreleaser.yml19
1 files changed, 3 insertions, 16 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index 223f8f5ab..df8beb905 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -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
@@ -30,6 +19,4 @@ changelog:
filters:
exclude:
- '^docs:'
- - '^test:'
-# env_files:
-# github_token: ./github_token
+ - '^test:' \ No newline at end of file