2019-03-24 19:17:24 +00:00
|
|
|
go:
|
2019-12-08 19:59:52 +00:00
|
|
|
version: 1.13
|
2017-12-02 18:55:31 +00:00
|
|
|
repository:
|
2019-12-08 19:59:52 +00:00
|
|
|
path: github.com/ribbybibby/ssl_exporter
|
2017-12-02 18:55:31 +00:00
|
|
|
build:
|
2019-12-08 19:59:52 +00:00
|
|
|
flags: -mod=vendor -a -tags netgo
|
|
|
|
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"}}
|
2017-12-02 18:55:31 +00:00
|
|
|
tarball:
|
2019-12-08 19:59:52 +00:00
|
|
|
prefix: .
|
|
|
|
files:
|
|
|
|
- LICENSE
|
2019-03-24 19:17:24 +00:00
|
|
|
crossbuild:
|
2019-12-08 19:59:52 +00:00
|
|
|
platforms:
|
|
|
|
- linux/amd64
|