2021-02-19 09:52:01 +00:00
|
|
|
go:
|
|
|
|
# This must match .circle/config.yml.
|
2024-10-26 19:44:17 +00:00
|
|
|
version: 1.23
|
2021-02-19 09:52:01 +00:00
|
|
|
repository:
|
|
|
|
path: github.com/prometheus-community/postgres_exporter
|
|
|
|
build:
|
|
|
|
binaries:
|
|
|
|
- name: postgres_exporter
|
|
|
|
path: ./cmd/postgres_exporter
|
|
|
|
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
|
2021-03-25 09:48:02 +00:00
|
|
|
- NOTICE
|