mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
Add cross-compilation for netbsd/386 and netbsd/amd64
This commit is contained in:
parent
f080142137
commit
350761f1ba
@ -134,6 +134,7 @@ func (env *TravisEnvironment) Prepare() error {
|
|||||||
"darwin/386", "darwin/amd64",
|
"darwin/386", "darwin/amd64",
|
||||||
"freebsd/386", "freebsd/amd64",
|
"freebsd/386", "freebsd/amd64",
|
||||||
"openbsd/386", "openbsd/amd64",
|
"openbsd/386", "openbsd/amd64",
|
||||||
|
"netbsd/386", "netbsd/amd64",
|
||||||
"linux/arm", "freebsd/arm",
|
"linux/arm", "freebsd/arm",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user