mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-15 18:49:02 +00:00
76e7183427
We can build these binaries again with no longer depending on cgo.
17 lines
674 B
YAML
17 lines
674 B
YAML
go: 1.6.2
|
|
repository:
|
|
path: github.com/prometheus/alertmanager
|
|
build:
|
|
flags: -a -tags netgo
|
|
ldflags: |
|
|
-X {{repoPath}}/vendor/github.com/prometheus/common/version.Version={{.Version}}
|
|
-X {{repoPath}}/vendor/github.com/prometheus/common/version.Revision={{.Revision}}
|
|
-X {{repoPath}}/vendor/github.com/prometheus/common/version.Branch={{.Branch}}
|
|
-X {{repoPath}}/vendor/github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
|
|
-X {{repoPath}}/vendor/github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
|
|
tarball:
|
|
files:
|
|
- doc/examples/simple.yml
|
|
- LICENSE
|
|
- NOTICE
|