forked from qvl/promplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
44 lines (44 loc) · 868 Bytes
/
.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
builds:
- env:
- CGO_ENABLED=0
goos:
- windows
- darwin
- linux
goarch:
- amd64
- 386
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
archives:
- format_overrides:
- goos: windows
format: zip
name_template: "{{.Binary}}_{{.Version}}_{{.Os}}_{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: mac
linux: linux
windows: windows
brews:
- tap:
owner: qvl
name: homebrew-tap
folder: Formula
homepage: https://qvl.io/promplot
description: Create plots from Prometheus metrics and send them to you
nfpms:
- homepage: https://qvl.io/promplot
description: Create plots from Prometheus metrics and send them to you
maintainer: Jorin Vogel <[email protected]>
license: MIT
vendor: qvl
formats:
- deb
- rpm