forked from olegfedoseev/pinba-influxdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
41 lines (35 loc) · 972 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
project_name: pinba-influxer
# Build customization
builds:
- binary: pinba-influxer
goos:
- linux
goarch:
- amd64
# Archive customization
archive:
files:
- LICENSE
- README.md
- config.yml.example
nfpm:
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
homepage: https://github.com/olegfedoseev/pinba-influxdb
maintainer: Oleg Fedoseev <[email protected]>
description: Pinba gateway to InfluxDB
license: MIT
formats:
- deb
files:
"scripts/etc/pinba-influxer/": "/etc/pinba-influxer"
"scripts/usr/lib/pinba-influxer/": "/usr/lib/pinba-influxer"
config_files:
"scripts/etc/pinba-influxer/config.yml.example": "/etc/etc/pinba-influxer/config.yml"
release:
github:
owner: olegfedoseev
name: pinba-influxdb
# If set to true, will not auto-publish the release.
draft: false
# If set to true, will mark the release as not ready for production.
prerelease: true