Skip to content

Commit

Permalink
Remove openbsd/arm builds (#732)
Browse files Browse the repository at this point in the history
golang.org/x/sys/unix is failing for the various
arm builds.
  • Loading branch information
stuartnelson3 authored Apr 24, 2017
1 parent e9cb88e commit 98ec663
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .promu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 98ec663

Please sign in to comment.