build, jenkins: Build for mips (fixes #3959)

This commit is contained in:
Jakob Borg 2017-03-04 07:29:50 +01:00
parent 73cbd17e17
commit d7adee05a8
2 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ func main() {
func checkArchitecture() {
switch goarch {
case "386", "amd64", "arm", "arm64", "ppc64", "ppc64le":
case "386", "amd64", "arm", "arm64", "ppc64", "ppc64le", "mips":
break
default:
log.Printf("Unknown goarch %q; proceed with caution!", goarch)

View File

@ -26,7 +26,7 @@ testWithCoverage
platforms=(
dragonfly-amd64
freebsd-amd64 freebsd-386
linux-amd64 linux-386 linux-arm linux-arm64 linux-ppc64 linux-ppc64le
linux-amd64 linux-386 linux-arm linux-arm64 linux-ppc64 linux-ppc64le linux-mips
netbsd-amd64 netbsd-386
openbsd-amd64 openbsd-386
)