-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yaml
48 lines (44 loc) · 998 Bytes
/
.goreleaser.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
archives:
- builds:
- default
files:
- LICENSE
- README.md
- config.toml.dist
- builds:
- default
id: binary
format: binary
name_template: snmp-proxy
- id: no-netsnmp
builds:
- no-netsnmp
files:
- LICENSE
- README.md
- config.toml.dist
name_template: "{{ .ProjectName }}-no-netsnmp_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
builds:
- id: default
main: ./cmd/snmp-proxy
binary: snmp-proxy
env:
- CGO_ENABLED=1
goos:
- linux
goarch:
- amd64
- id: no-netsnmp
main: ./cmd/snmp-proxy
binary: snmp-proxy
flags:
- -tags=nonetsnmp
goos:
- linux
- darwin
- windows
goarch:
- amd64
checksum:
name_template: 'checksums.txt'
changelog: