Update build (#1081)
* Update build * Only use CGO when building non-Linux. * Update build to Go 1.11 * Use tab indenting consistently. Signed-off-by: Ben Kochie <superq@gmail.com>pull/1080/merge
parent
0fdc089187
commit
c7dfb82dac
@ -0,0 +1,24 @@
|
|||||||
|
go:
|
||||||
|
cgo: true
|
||||||
|
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}}
|
||||||
|
-X {{repoPath}}/vendor/github.com/prometheus/common/version.Revision={{.Revision}}
|
||||||
|
-X {{repoPath}}/vendor/github.com/prometheus/common/version.Branch={{.Branch}}
|
||||||
|
-X {{repoPath}}/vendor/github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
|
||||||
|
-X {{repoPath}}/vendor/github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
|
||||||
|
tarball:
|
||||||
|
files:
|
||||||
|
- LICENSE
|
||||||
|
- NOTICE
|
||||||
|
crossbuild:
|
||||||
|
platforms:
|
||||||
|
- darwin/amd64
|
||||||
|
- darwin/386
|
||||||
|
- netbsd/amd64
|
||||||
|
- netbsd/386
|
Loading…
Reference in new issue