Skip to content

Commit

Permalink
Workaround netbsd/arm not building.
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-brazil committed Sep 20, 2017
1 parent 3056076 commit 7580635
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .promu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,29 @@ tarball:
- blackbox.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
- openbsd/arm
- linux/mips64
- linux/mips64le
# Temporarily deactivated as golang.org/x/sys does not have syscalls
# implemented for that os/platform combination.
#- netbsd/arm
- linux/ppc64
- linux/ppc64le

0 comments on commit 7580635

Please sign in to comment.