mirror of
https://github.com/octoleo/restic.git
synced 2024-11-29 16:23:59 +00:00
add "solaris/amd64" to cross-compile archs
This commit is contained in:
parent
589c23dc23
commit
53040a2e34
@ -135,6 +135,7 @@ func (env *TravisEnvironment) Prepare() error {
|
|||||||
"freebsd/386", "freebsd/amd64",
|
"freebsd/386", "freebsd/amd64",
|
||||||
"openbsd/386", "openbsd/amd64",
|
"openbsd/386", "openbsd/amd64",
|
||||||
"linux/arm", "freebsd/arm",
|
"linux/arm", "freebsd/arm",
|
||||||
|
"solaris/amd64",
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
env.goxOSArch = []string{runtime.GOOS + "/" + runtime.GOARCH}
|
env.goxOSArch = []string{runtime.GOOS + "/" + runtime.GOARCH}
|
||||||
|
Loading…
Reference in New Issue
Block a user