mirror of
https://github.com/cirocosta/monero-exporter.git
synced 2024-10-01 08:25:41 -04:00
debdce3fb2
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>
32 lines
547 B
YAML
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"
|