26 lines
669 B
YAML
26 lines
669 B
YAML
|
go: 1.5.4
|
||
|
repository:
|
||
|
path: github.com/prometheus/alertmanager
|
||
|
build:
|
||
|
ldflags: |
|
||
|
-X {{repoPath}}/version.Version={{.Version}}
|
||
|
-X {{repoPath}}/version.Revision={{.Revision}}
|
||
|
-X {{repoPath}}/version.Branch={{.Branch}}
|
||
|
-X {{repoPath}}/version.BuildUser={{user}}@{{host}}
|
||
|
-X {{repoPath}}/version.BuildDate={{date "20060102-15:04:05"}}
|
||
|
tarball:
|
||
|
files:
|
||
|
- doc/examples/simple.yml
|
||
|
- LICENSE
|
||
|
- NOTICE
|
||
|
crossbuild:
|
||
|
platforms:
|
||
|
- linux/amd64
|
||
|
- linux/386
|
||
|
- darwin/amd64
|
||
|
- darwin/386
|
||
|
- windows/amd64
|
||
|
- windows/386
|
||
|
- linux/arm
|
||
|
- linux/arm64
|