2019-04-26 09:20:37 +00:00
|
|
|
go:
|
2020-05-03 19:48:28 +00:00
|
|
|
# Whenever the Go version is updated here, .circle/config.yml and
|
|
|
|
# .promu-cgo.yml should also be updated.
|
2024-09-11 07:17:14 +00:00
|
|
|
version: 1.23
|
2016-01-24 22:38:06 +00:00
|
|
|
repository:
|
|
|
|
path: github.com/prometheus/node_exporter
|
|
|
|
build:
|
2017-08-22 15:24:07 +00:00
|
|
|
binaries:
|
|
|
|
- name: node_exporter
|
2016-01-24 22:38:06 +00:00
|
|
|
ldflags: |
|
2018-11-30 13:01:20 +00: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 22:38:06 +00:00
|
|
|
tarball:
|
|
|
|
files:
|
|
|
|
- LICENSE
|
|
|
|
- NOTICE
|
|
|
|
crossbuild:
|
|
|
|
platforms:
|
2021-03-18 10:42:29 +00:00
|
|
|
- linux
|
2020-07-02 12:43:14 +00:00
|
|
|
- openbsd/amd64
|