From 53040a2e3442ccae8ae7f1e094db4ca97620675f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=B6tter?= Date: Mon, 4 Jun 2018 12:51:34 +0200 Subject: [PATCH] add "solaris/amd64" to cross-compile archs --- run_integration_tests.go | 1 + 1 file changed, 1 insertion(+) diff --git a/run_integration_tests.go b/run_integration_tests.go index 9188d0ab9..f67033436 100644 --- a/run_integration_tests.go +++ b/run_integration_tests.go @@ -135,6 +135,7 @@ func (env *TravisEnvironment) Prepare() error { "freebsd/386", "freebsd/amd64", "openbsd/386", "openbsd/amd64", "linux/arm", "freebsd/arm", + "solaris/amd64", } } else { env.goxOSArch = []string{runtime.GOOS + "/" + runtime.GOARCH}