Remove netbsd/arm support for now

There are crossbuild errors on netbsd/arm with go1.8. Assuming there is
only a small minority of people running netbsd on ARM processors,
disabling these builds is the fastest workaround.
This commit is contained in:
Tobias Schmidt 2017-04-11 11:46:43 -03:00
parent 41a44a4d24
commit 8edc142113
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ crossbuild:
- netbsd/386 - netbsd/386
- linux/arm - linux/arm
- linux/arm64 - linux/arm64
- netbsd/arm
# Temporarily deactivated as this does not currently build with promu. # Temporarily deactivated as this does not currently build with promu.
#- linux/mips64 #- linux/mips64
#- linux/mips64le #- linux/mips64le