2020-06-16 18:18:16 +02:00
|
|
|
dist: bin
|
|
|
|
builds:
|
|
|
|
- binary: ssl_exporter
|
|
|
|
env:
|
|
|
|
- CGO_ENABLED=0
|
|
|
|
goos:
|
|
|
|
- linux
|
|
|
|
- darwin
|
2020-08-19 23:35:49 +02:00
|
|
|
- windows
|
2020-06-16 18:18:16 +02:00
|
|
|
goarch:
|
|
|
|
- amd64
|
2021-02-28 13:00:10 +02:00
|
|
|
- mips64le
|
2020-06-16 18:18:16 +02:00
|
|
|
flags:
|
|
|
|
- -v
|
|
|
|
ldflags: |
|
|
|
|
-X github.com/prometheus/common/version.Version={{.Env.APP_VERSION}}
|
|
|
|
-X github.com/prometheus/common/version.Revision={{.Env.APP_REVISION}}
|
|
|
|
-X github.com/prometheus/common/version.Branch={{.Env.APP_BRANCH}}
|
|
|
|
-X github.com/prometheus/common/version.BuildUser={{.Env.APP_USER}}@{{.Env.APP_HOST}}
|
|
|
|
-X github.com/prometheus/common/version.BuildDate={{.Env.APP_BUILD_DATE}}
|
|
|
|
release:
|
|
|
|
github:
|
|
|
|
owner: ribbybibby
|
|
|
|
name: ssl_exporter
|