From 350761f1ba264189c82d192805e6b8ac26917629 Mon Sep 17 00:00:00 2001 From: Iku Iwasa Date: Sat, 16 Jun 2018 21:05:26 +0900 Subject: [PATCH] Add cross-compilation for netbsd/386 and netbsd/amd64 --- run_integration_tests.go | 1 + 1 file changed, 1 insertion(+) diff --git a/run_integration_tests.go b/run_integration_tests.go index 0908680d2..e2d8f4260 100644 --- a/run_integration_tests.go +++ b/run_integration_tests.go @@ -134,6 +134,7 @@ func (env *TravisEnvironment) Prepare() error { "darwin/386", "darwin/amd64", "freebsd/386", "freebsd/amd64", "openbsd/386", "openbsd/amd64", + "netbsd/386", "netbsd/amd64", "linux/arm", "freebsd/arm", }