2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 08:30:49 +00:00

CI: cross-compile for OpenBSD

This commit is contained in:
Alexander Neumann 2017-01-12 19:50:41 +01:00
parent 4d93da9f68
commit a3181dbead

View File

@ -176,7 +176,7 @@ func (env *TravisEnvironment) Prepare() error {
"windows/386", "windows/amd64", "windows/386", "windows/amd64",
"darwin/386", "darwin/amd64", "darwin/386", "darwin/amd64",
"freebsd/386", "freebsd/amd64", "freebsd/386", "freebsd/amd64",
"opendbsd/386", "opendbsd/amd64", "openbsd/386", "openbsd/amd64",
} }
if !strings.HasPrefix(runtime.Version(), "go1.3") { if !strings.HasPrefix(runtime.Version(), "go1.3") {
env.goxOSArch = append(env.goxOSArch, env.goxOSArch = append(env.goxOSArch,