build, jenkins: Build for linux-mipsle

This commit is contained in:
Jakob Borg 2017-03-05 10:13:07 +01:00
parent b84c4e1417
commit 0558565a95
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", "mips":
case "386", "amd64", "arm", "arm64", "ppc64", "ppc64le", "mips", "mipsle":
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-mips
linux-amd64 linux-386 linux-arm linux-arm64 linux-ppc64 linux-ppc64le linux-mips linux-mipsle
netbsd-amd64 netbsd-386
openbsd-amd64 openbsd-386
)