5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 21:32:31 +00:00
matterbridge/.goreleaser.yml

42 lines
700 B
YAML
Raw Normal View History

2019-02-24 00:09:53 +00: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-24 22:47:24 +00:00
goarm:
- 6
- 7
2019-02-24 00:09:53 +00:00
ldflags:
- -s -w -X github.com/42wim/matterbridge/version.GitHash={{.ShortCommit}}
2019-02-24 00:09:53 +00:00
2019-09-07 21:37:49 +00: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 00:09:53 +00:00
checksum:
name_template: 'checksums.txt'