-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yaml
102 lines (100 loc) · 2.01 KB
/
.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
project_name: binocs
builds:
- id: binocs-linux
binary: binocs
goos:
- linux
goarch:
- 386
- amd64
- arm64
goamd64:
- v1
- id: binocs-windows
binary: binocs
goos:
- windows
goarch:
- 386
- amd64
- arm64
goamd64:
- v1
- id: binocs-macos-amd64
binary: binocs
goos:
- darwin
goarch:
- amd64
goamd64:
- v1
hooks:
post:
- cmd: 'gon -log-level=info -log-json gon.amd64.json'
output: true
- id: binocs-macos-arm64
binary: binocs
goos:
- darwin
goarch:
- arm64
hooks:
post:
- cmd: 'gon -log-level=info -log-json gon.arm64.json'
output: true
archives:
-
id: archive-all
format: binary
-
id: archive-windows-zip
builds:
- binocs-windows
files:
- none*
format: zip
checksum:
algorithm: sha256
changelog:
sort: asc
nfpms:
-
id: binocs
package_name: binocs
file_name_template: "{{ .ConventionalFileName }}"
builds:
- binocs-linux
vendor: Binocs
homepage: https://binocs.sh/
maintainer: Jaroslav Holub <[email protected]>
description: |-
Binocs is a CLI-first uptime and performance monitoring tool for websites, applications and APIs.
formats:
- apk
- deb
- rpm
bindir: /usr/bin
rpm:
group: Unspecified
compression: gzip
deb:
lintian_overrides:
- statically-linked-binary
- changelog-file-missing-in-native-package
# apk:
# .goreleaser.yaml
scoop:
bucket:
owner: automato-io
name: scoop-bucket
branch: master
folder: bucket
commit_author:
name: Jaroslav Holub
email: [email protected]
commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}"
homepage: "https://binocs.sh/"
description: "Binocs is a CLI-first uptime and performance monitoring tool for websites, applications and APIs."
license: Proprietary
skip_upload: false
goamd64: v1