Thumbnail

rani/matterbridge.git

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

Viewing file on branch master

1release:
2 prerelease: auto
3 name_template: "{{.ProjectName}} v{{.Version}}"
4
5builds:
6- env:
7 - CGO_ENABLED=0
8 goos:
9 - freebsd
10 - windows
11 - darwin
12 - linux
13 - dragonfly
14 - netbsd
15 - openbsd
16 goarch:
17 - amd64
18 - arm
19 - arm64
20 - 386
21 goarm:
22 - 6
23 - 7
24 ldflags:
25 - -s -w -X github.com/matterbridge-org/matterbridge/version.GitHash={{.ShortCommit}}
26
27archives:
28 -
29 id: matterbridge
30 builds:
31 - matterbridge
32 name_template: "{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
33 format: binary
34 files:
35 - none*
36 replacements:
37 386: 32bit
38 amd64: 64bit
39
40checksum:
41 name_template: 'checksums.txt'
42