2016-09-08 23:33:09 -07:00
|
|
|
go:
|
2020-05-03 12:48:28 -07:00
|
|
|
# Whenever the Go version is updated here, .circle/config.yml and
|
|
|
|
# .promu.yml should also be updated.
|
2023-03-07 08:47:48 -08:00
|
|
|
version: 1.20
|
2016-09-08 23:33:09 -07:00
|
|
|
cgo: true
|
2016-01-24 14:38:06 -08:00
|
|
|
repository:
|
|
|
|
path: github.com/prometheus/node_exporter
|
|
|
|
build:
|
2017-08-22 08:24:07 -07:00
|
|
|
binaries:
|
|
|
|
- name: node_exporter
|
2021-01-23 06:06:33 -08:00
|
|
|
flags: -a -tags 'netgo osusergo static_build'
|
2016-01-24 14:38:06 -08:00
|
|
|
ldflags: |
|
2018-11-30 05:01:20 -08:00
|
|
|
-X github.com/prometheus/common/version.Version={{.Version}}
|
|
|
|
-X github.com/prometheus/common/version.Revision={{.Revision}}
|
|
|
|
-X github.com/prometheus/common/version.Branch={{.Branch}}
|
|
|
|
-X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
|
|
|
|
-X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
|
2016-01-24 14:38:06 -08:00
|
|
|
tarball:
|
|
|
|
files:
|
|
|
|
- LICENSE
|
|
|
|
- NOTICE
|
|
|
|
crossbuild:
|
|
|
|
platforms:
|
|
|
|
- darwin/amd64
|
2021-04-12 09:46:27 -07:00
|
|
|
- darwin/arm64
|
2016-01-24 14:38:06 -08:00
|
|
|
- netbsd/amd64
|
|
|
|
- netbsd/386
|