-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
.goreleaser.yml
45 lines (41 loc) · 1.08 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
variables:
homepage: https://github.com/caarlos0/speedtest-exporter
repository: https://github.com/caarlos0/speedtest-exporter
description: Exports Speedtest results to the Prometheus format
includes:
- from_url:
url: https://raw.githubusercontent.com/caarlos0/goreleaserfiles/main/build.yml
- from_url:
url: https://raw.githubusercontent.com/caarlos0/goreleaserfiles/main/release.yml
- from_url:
url: https://raw.githubusercontent.com/caarlos0/goreleaserfiles/main/docker.yml
before:
hooks:
- go mod tidy
nfpms:
- vendor: Becker Software LTDA
homepage: '{{ .homepage }}'
maintainer: Carlos Alexandro Becker <[email protected]>
description: '{{ .description }}'
formats:
- apk
- deb
- rpm
overrides:
deb:
dependencies:
- speedtest
rpm:
dependencies:
- speedtest
brews:
- tap:
owner: caarlos0
name: homebrew-tap
folder: Formula
description: '{{ .description }}'
homepage: '{{ .homepage }}'
dependencies:
- name: speedtest
furies:
- account: caarlos0