-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goreleaser.yml
More file actions
42 lines (36 loc) · 857 Bytes
/
.goreleaser.yml
File metadata and controls
42 lines (36 loc) · 857 Bytes
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
builds:
- main: ./
binary: nagocheck
flags: -a -tags netgo
ldflags: -s -w -X main.BuildVersion={{.Version}} -X main.BuildCommit={{.Commit}} -X main.BuildDate={{.Date}}
env:
- CGO_ENABLED=0
goos:
- freebsd
- linux
goarch:
- 386
- amd64
- arm
goarm:
- 6
- 7
archives:
- format: tar.gz
wrap_in_directory: true
files:
- README.md
- LICENSE.txt
- icinga-commands.conf
nfpms:
- vendor: Pascal Mathis
maintainer: SnapServ Packaging Team <packaging@snapserv.net>
homepage: https://github.com/snapserv/nagocheck
description: Reliable and lightweight Nagios plugins written in Go
license: GPL-3.0
bindir: /usr/bin
formats:
- deb
- rpm
config_files:
icinga-commands.conf: /etc/nagocheck/icinga-commands.conf