From 968f3b2c1c6522ac47187ab8fcd8799d21ff6315 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Wed, 8 Aug 2018 23:13:26 +1000 Subject: revert to stock standard goreleaser yml --- .goreleaser.yml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to '.goreleaser.yml') 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 -- cgit v1.2.3