Make node_exporter statically buildable for linux/amd64

This commit is contained in:
Steve Durrheimer 2016-04-30 19:14:29 +02:00
commit 3176a9102c
No known key found for this signature in database
GPG key ID: 8F443EBA70F74839
3 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,8 @@
go: 1.5.4
go: 1.6.2
repository:
path: github.com/prometheus/node_exporter
build:
flags: -a -tags 'netgo static_build'
ldflags: |
-X main.Version={{.Version}}
-X {{repoPath}}/collector.Version={{.Version}}
@ -24,4 +25,5 @@ crossbuild:
- linux/arm
- linux/arm64
- netbsd/arm
- linux/ppc64
- linux/ppc64le