mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
define binary name in promu configuration file (#650)
This commit is contained in:
parent
505275b48c
commit
2ed98fd5a5
|
@ -3,6 +3,8 @@ go:
|
|||
repository:
|
||||
path: github.com/prometheus/node_exporter
|
||||
build:
|
||||
binaries:
|
||||
- name: node_exporter
|
||||
flags: -a -tags 'netgo static_build'
|
||||
ldflags: |
|
||||
-X {{repoPath}}/vendor/github.com/prometheus/common/version.Version={{.Version}}
|
||||
|
|
Loading…
Reference in a new issue