matterbridge/.goreleaser.yml

42 lines
700 B
YAML
Raw Normal View History

2019-02-24 01:09:53 +01:00
release:
prerelease: auto
name_template: "{{.ProjectName}} v{{.Version}}"
builds:
- env:
- CGO_ENABLED=0
goos:
- freebsd
- windows
- darwin
- linux
- dragonfly
- netbsd
- openbsd
goarch:
- amd64
- arm
- arm64
- 386
2021-06-25 00:47:24 +02:00
goarm:
- 6
- 7
2019-02-24 01:09:53 +01:00
ldflags:
- -s -w -X github.com/42wim/matterbridge/version.GitHash={{.ShortCommit}}
2019-02-24 01:09:53 +01:00
2019-09-07 23:37:49 +02:00
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
2019-02-24 01:09:53 +01:00
checksum:
name_template: 'checksums.txt'