define binary name in promu configuration file (#650)

pull/658/head
Christian Will 8 years ago committed by Johannes 'fish' Ziemke
parent 505275b48c
commit 2ed98fd5a5
  1. 2
      .promu.yml

@ -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…
Cancel
Save