Skip to content

Commit

Permalink
Update .goreleaser.yml to support current version
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Breidenstein committed Jul 27, 2020
1 parent ba76ed3 commit 4d339f9
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
builds:
-
env:
- env:
- CGO_ENABLED=0
goos:
- linux
Expand All @@ -11,13 +8,13 @@ builds:
- amd64
- arm64

archive:
replacements:
linux: Linux
amd64: x86_64
files:
- LICENSE
- cpthook.yml.example
archives:
- replacements:
linux: Linux
amd64: x86_64
files:
- LICENSE
- cpthook.yml.example

checksum:
name_template: 'checksums.txt'
Expand All @@ -30,5 +27,5 @@ changelog:
filters:
exclude:
- '^docs:'
- '^test:'
- '^test_data:'

0 comments on commit 4d339f9

Please sign in to comment.