Browse Source
* 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
Ben Kochie
6 years ago
committed by
GitHub
4 changed files with 54 additions and 18 deletions
@ -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