mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-26 07:53:26 +00:00
Remove openbsd/arm builds (#732)
golang.org/x/sys/unix is failing for the various arm builds.
This commit is contained in:
parent
e9cb88e15a
commit
98ec6632c3
23
.promu.yml
23
.promu.yml
@ -18,3 +18,26 @@ tarball:
|
||||
- doc/examples/simple.yml
|
||||
- LICENSE
|
||||
- NOTICE
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user