mirror of
https://github.com/ribbybibby/ssl_exporter.git
synced 2024-11-24 08:22:17 +02:00
b4b8471a28
* build windows release * build a release snapshot
24 lines
653 B
YAML
24 lines
653 B
YAML
dist: bin
|
|
builds:
|
|
- binary: ssl_exporter
|
|
env:
|
|
- CGO_ENABLED=0
|
|
goos:
|
|
- linux
|
|
- darwin
|
|
- windows
|
|
goarch:
|
|
- amd64
|
|
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
|