forked from TrueCloudLab/restic
Add cross-compilation for netbsd/386 and netbsd/amd64
This commit is contained in:
parent
f080142137
commit
350761f1ba
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ func (env *TravisEnvironment) Prepare() error {
|
|||
"darwin/386", "darwin/amd64",
|
||||
"freebsd/386", "freebsd/amd64",
|
||||
"openbsd/386", "openbsd/amd64",
|
||||
"netbsd/386", "netbsd/amd64",
|
||||
"linux/arm", "freebsd/arm",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue