-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.goreleaser.yml
196 lines (185 loc) · 5.96 KB
/
.goreleaser.yml
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
version: 2
env:
- CGO_ENABLED=0
before:
hooks:
- mage
- go generate ./...
- go mod tidy
- go mod download
builds:
- id: rsc
main: ./cmd/rsc
binary: rsc
ldflags:
- "-X github.com/dosquad/go-cliversion.BuildDate={{ .Date }}"
- "-X github.com/dosquad/go-cliversion.BuildDebug=false"
- "-X github.com/dosquad/go-cliversion.BuildMethod=goreleaser"
- "-X github.com/dosquad/go-cliversion.BuildVersion={{.Version}}"
- "-X github.com/dosquad/go-cliversion.GitCommit={{.ShortCommit}}"
- "-X github.com/dosquad/go-cliversion.GitRepo=https://github.com/na4ma4/rsca"
- "-X github.com/dosquad/go-cliversion.GitSlug=na4ma4/rsca"
- "-X github.com/dosquad/go-cliversion.GitTag={{.Version}}"
- "-X github.com/dosquad/go-cliversion.GitExactTag={{.RawVersion}}"
- "-X main.commit={{.ShortCommit}}"
- "-X main.date={{ .Date }}"
- "-X main.builtBy=goreleaser"
- "-X main.repo=https://github.com/na4ma4/rsca"
- "-X main.goVersion=1.22.4"
- "-X main.version={{.Version}}"
- "-s"
- "-w"
flags:
- -tags=release
- -buildmode=default
- -trimpath
- -v
mod_timestamp: '{{ .CommitTimestamp }}'
goarm: [ '5', '6', '7' ]
goos: ['linux', 'darwin', 'windows']
goarch: ['amd64', 'arm', 'arm64']
ignore:
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
- id: rsca
main: ./cmd/rsca
binary: rsca
ldflags:
- "-X github.com/dosquad/go-cliversion.BuildDate={{ .Date }}"
- "-X github.com/dosquad/go-cliversion.BuildDebug=false"
- "-X github.com/dosquad/go-cliversion.BuildMethod=goreleaser"
- "-X github.com/dosquad/go-cliversion.BuildVersion={{.Version}}"
- "-X github.com/dosquad/go-cliversion.GitCommit={{.ShortCommit}}"
- "-X github.com/dosquad/go-cliversion.GitRepo=https://github.com/na4ma4/rsca"
- "-X github.com/dosquad/go-cliversion.GitSlug=na4ma4/rsca"
- "-X github.com/dosquad/go-cliversion.GitTag={{.Version}}"
- "-X github.com/dosquad/go-cliversion.GitExactTag={{.RawVersion}}"
- "-X main.commit={{.ShortCommit}}"
- "-X main.date={{ .Date }}"
- "-X main.builtBy=goreleaser"
- "-X main.repo=https://github.com/na4ma4/rsca"
- "-X main.goVersion=1.22.4"
- "-X main.version={{.Version}}"
- "-s"
- "-w"
flags:
- -tags=release
- -buildmode=default
- -trimpath
- -v
mod_timestamp: '{{ .CommitTimestamp }}'
goarm: [ '5', '6', '7' ]
goos: ['linux', 'darwin', 'windows']
goarch: ['amd64', 'arm', 'arm64']
ignore:
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
- id: rscad
main: ./cmd/rscad
binary: rscad
ldflags:
- "-X github.com/dosquad/go-cliversion.BuildDate={{ .Date }}"
- "-X github.com/dosquad/go-cliversion.BuildDebug=false"
- "-X github.com/dosquad/go-cliversion.BuildMethod=goreleaser"
- "-X github.com/dosquad/go-cliversion.BuildVersion={{.Version}}"
- "-X github.com/dosquad/go-cliversion.GitCommit={{.ShortCommit}}"
- "-X github.com/dosquad/go-cliversion.GitRepo=https://github.com/na4ma4/rsca"
- "-X github.com/dosquad/go-cliversion.GitSlug=na4ma4/rsca"
- "-X github.com/dosquad/go-cliversion.GitTag={{.Version}}"
- "-X github.com/dosquad/go-cliversion.GitExactTag={{.RawVersion}}"
- "-X main.commit={{.ShortCommit}}"
- "-X main.date={{ .Date }}"
- "-X main.builtBy=goreleaser"
- "-X main.repo=https://github.com/na4ma4/rsca"
- "-X main.goVersion=1.22.4"
- "-X main.version={{.Version}}"
- "-s"
- "-w"
flags:
- -tags=release
- -buildmode=default
- -trimpath
- -v
mod_timestamp: '{{ .CommitTimestamp }}'
goos: ['linux', 'darwin', 'windows']
goarch: ['amd64']
archives:
- allow_different_binary_count: true
checksum:
algorithm: sha256
name_template: 'checksums.txt'
snapshot:
version_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
nfpms:
-
id: rsca
package_name: rsca
file_name_template: "rsca_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
builds:
- rsca
homepage: https://github.com/na4ma4/rsca
maintainer: na4ma4 <[email protected]>
description: Remote service check agent (agent)
formats:
- apk
- deb
bindir: /usr/sbin
contents:
- src: "systemd/client/rsca.service"
dst: "/lib/systemd/system/rsca.service"
overrides:
deb:
scripts:
preinstall: "nfpms/client/pre-install.sh"
postinstall: "nfpms/client/post-install.sh"
preremove: "nfpms/client/pre-remove.sh"
postremove: "nfpms/client/post-remove.sh"
-
id: rscad
package_name: rscad
file_name_template: "rscad_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
builds:
- rscad
homepage: https://github.com/na4ma4/rsca
maintainer: na4ma4 <[email protected]>
description: Remote service check agent (server)
formats:
- apk
- deb
bindir: /usr/sbin
contents:
- src: "systemd/server/rscad.service"
dst: "/lib/systemd/system/rscad.service"
overrides:
deb:
scripts:
preinstall: "nfpms/server/pre-install.sh"
postinstall: "nfpms/server/post-install.sh"
preremove: "nfpms/server/pre-remove.sh"
postremove: "nfpms/server/post-remove.sh"
brews:
-
name: rsc
repository:
owner: na4ma4
name: homebrew-tap
commit_author:
name: goreleaserbot
email: [email protected]
directory: Formula
homepage: https://github.com/na4ma4/rsca
description: Remote service check agent (client)
test: |
system "#{bin}/rsc --version"
install: |
bin.install "rsc"