Skip to content

Commit

Permalink
Fix deprecation in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Sep 7, 2019
1 parent 294139c commit f92927e
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .goreleaser.yml
Expand Up @@ -21,14 +21,18 @@ builds:
ldflags:
- -s -w -X main.githash={{.ShortCommit}}

archive:
name_template: "{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
format: binary
files:
- none*
replacements:
386: 32bit
amd64: 64bit
archives:
-
id: matterbridge
builds:
- matterbridge
name_template: "{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
format: binary
files:
- none*
replacements:
386: 32bit
amd64: 64bit

checksum:
name_template: 'checksums.txt'

0 comments on commit f92927e

Please sign in to comment.