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