aboutsummaryrefslogtreecommitdiff
path: root/.promu.yml
diff options
context:
space:
mode:
Diffstat (limited to '.promu.yml')
-rw-r--r--.promu.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.promu.yml b/.promu.yml
index aa65811..4f03be9 100644
--- a/.promu.yml
+++ b/.promu.yml
@@ -1,7 +1,8 @@
1go: 1.5.4 1go: 1.6.2
2repository: 2repository:
3 path: github.com/prometheus/node_exporter 3 path: github.com/prometheus/node_exporter
4build: 4build:
5 flags: -a -tags 'netgo static_build'
5 ldflags: | 6 ldflags: |
6 -X main.Version={{.Version}} 7 -X main.Version={{.Version}}
7 -X {{repoPath}}/collector.Version={{.Version}} 8 -X {{repoPath}}/collector.Version={{.Version}}
@@ -24,4 +25,5 @@ crossbuild:
24 - linux/arm 25 - linux/arm
25 - linux/arm64 26 - linux/arm64
26 - netbsd/arm 27 - netbsd/arm
28 - linux/ppc64
27 - linux/ppc64le 29 - linux/ppc64le