Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit e1d2cdd3f910828290d945aee176a3cbe032618c Author: Wim <wim@42.be> Date: Sat Sep 07 23:37:49 2019 +0000 Fix deprecation in goreleaser diff --git a/.goreleaser.yml b/.goreleaser.yml index d57e39f..0a6113c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -2114 +2118 @@ 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'