2018-10-10 09:12:15 +00:00
|
|
|
go:
|
|
|
|
# Whenever the Go version is updated here, .travis.yml and
|
|
|
|
# .circle/config.yml should also be updated.
|
2019-03-04 15:33:29 +00:00
|
|
|
version: 1.12
|
2015-12-19 23:45:57 +00:00
|
|
|
repository:
|
|
|
|
path: github.com/prometheus/alertmanager
|
|
|
|
build:
|
2016-08-09 09:04:01 +00:00
|
|
|
binaries:
|
|
|
|
- name: alertmanager
|
|
|
|
path: ./cmd/alertmanager
|
2017-04-20 09:04:17 +00:00
|
|
|
- name: amtool
|
|
|
|
path: ./cmd/amtool
|
2018-11-16 16:32:19 +00:00
|
|
|
flags: -mod vendor -a -tags netgo
|
2015-12-19 23:45:57 +00:00
|
|
|
ldflags: |
|
2018-11-29 09:36:13 +00:00
|
|
|
-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"}}
|
2015-12-19 23:45:57 +00:00
|
|
|
tarball:
|
|
|
|
files:
|
2018-04-05 14:25:45 +00:00
|
|
|
- examples/ha/alertmanager.yml
|
2015-12-19 23:45:57 +00:00
|
|
|
- LICENSE
|
|
|
|
- NOTICE
|
2017-04-24 20:52:55 +00:00
|
|
|
crossbuild:
|
|
|
|
platforms:
|
|
|
|
- linux/amd64
|
|
|
|
- linux/386
|
|
|
|
- darwin/amd64
|
|
|
|
- darwin/386
|
|
|
|
- windows/amd64
|
|
|
|
- windows/386
|
|
|
|
- freebsd/amd64
|
|
|
|
- freebsd/386
|
|
|
|
- openbsd/amd64
|
|
|
|
- openbsd/386
|
|
|
|
- netbsd/amd64
|
|
|
|
- netbsd/386
|
|
|
|
- dragonfly/amd64
|
|
|
|
- linux/arm
|
|
|
|
- linux/arm64
|
|
|
|
- freebsd/arm
|
|
|
|
- netbsd/arm
|
|
|
|
- linux/ppc64
|
|
|
|
- linux/ppc64le
|
|
|
|
- linux/mips64
|
|
|
|
- linux/mips64le
|
2019-02-07 14:52:10 +00:00
|
|
|
- linux/s390x
|