2020-04-17 06:24:27 +00:00
|
|
|
go:
|
2020-04-17 06:39:48 +00:00
|
|
|
# This must match .circle/config.yml.
|
2023-04-01 07:05:18 +00:00
|
|
|
version: 1.20
|
2020-04-17 06:24:27 +00:00
|
|
|
repository:
|
2020-04-17 06:39:48 +00:00
|
|
|
path: github.com/prometheus-community/json_exporter
|
2020-04-17 06:24:27 +00:00
|
|
|
build:
|
|
|
|
binaries:
|
|
|
|
- name: json_exporter
|
|
|
|
flags: -a -tags 'netgo static_build'
|
|
|
|
ldflags: |
|
|
|
|
-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"}}
|
|
|
|
tarball:
|
|
|
|
files:
|
|
|
|
- LICENSE
|