monero-exporter/.goreleaser.yml
Ciro S. Costa debdce3fb2 rework collector
this is a big refactor, essentially rewriting the custom collector from
scratch, and as such, creating a new dashboard based on the new metrics.

Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-08-02 17:44:20 -04:00

32 lines
547 B
YAML

builds:
- binary: monero-exporter
main: ./cmd/monero-exporter
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
tags:
- osusergo
- netgo
- static_build
flags:
- -trimpath
ldflags:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
mod_timestamp: '{{ .CommitTimestamp }}'
goarch:
- amd64
- arm
- arm64
goarm:
- 6
- 7
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"