mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +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",
|
||||
"openbsd/386", "openbsd/amd64",
|
||||
"linux/arm", "freebsd/arm",
|
||||
"solaris/amd64",
|
||||
}
|
||||
} else {
|
||||
env.goxOSArch = []string{runtime.GOOS + "/" + runtime.GOARCH}
|
||||
|
Loading…
Reference in New Issue
Block a user