mirror of
https://github.com/restic/restic.git
synced 2025-01-03 05:35:43 +00:00
add "solaris/amd64" to cross-compile archs
This commit is contained in:
parent
589c23dc23
commit
53040a2e34
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue