alertmanager/.promu.yml
Simon Pasquier 519f45efbd Do not build with netgo on Windows
In prevision of upgrading to Go 1.19 which introduces a change on
Windows platforms that may break users.

See https://github.com/prometheus/prometheus/issues/11480 for details.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2022-12-13 14:48:18 +01:00

39 lines
1.0 KiB
YAML

go:
# Whenever the Go version is updated here, .travis.yml and
# .circle/config.yml should also be updated.
version: 1.19
repository:
path: github.com/prometheus/alertmanager
build:
binaries:
- name: alertmanager
path: ./cmd/alertmanager
- name: amtool
path: ./cmd/amtool
flags: -a
tags:
all:
- netgo
windows: []
ldflags: |
-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"}}
tarball:
files:
- examples/ha/alertmanager.yml
- LICENSE
- NOTICE
crossbuild:
platforms:
- darwin
- dragonfly
- freebsd
- illumos
- linux
- netbsd
- openbsd
- windows