-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.goreleaser.yml
43 lines (37 loc) · 1.16 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
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"
"scripts/usr/lib/pinba-influxer/pinba-influxer.service": "/usr/lib/pinba-influxer/pinba-influxer.service"
"scripts/usr/lib/pinba-influxer/pinba-influxer.service": "/lib/systemd/system/pinba-influxer.service"
config_files:
"scripts/etc/pinba-influxer/config.yml.example": "/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