mirror of
https://github.com/restic/restic.git
synced 2025-08-23 09:37:40 +00:00
add "solaris/amd64" to cross-compile archs
This commit is contained in:
@@ -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}
|
||||||
|
Reference in New Issue
Block a user