mirror of
https://github.com/octoleo/restic.git
synced 2024-12-23 03:18:55 +00:00
Remove darwin/386 from integration tests
This commit is contained in:
parent
e207257714
commit
59fca85844
@ -225,7 +225,7 @@ func (env *TravisEnvironment) Prepare() error {
|
|||||||
env.goxOSArch = []string{
|
env.goxOSArch = []string{
|
||||||
"linux/386", "linux/amd64",
|
"linux/386", "linux/amd64",
|
||||||
"windows/386", "windows/amd64",
|
"windows/386", "windows/amd64",
|
||||||
"darwin/386", "darwin/amd64",
|
"darwin/amd64",
|
||||||
"freebsd/386", "freebsd/amd64",
|
"freebsd/386", "freebsd/amd64",
|
||||||
"openbsd/386", "openbsd/amd64",
|
"openbsd/386", "openbsd/amd64",
|
||||||
"netbsd/386", "netbsd/amd64",
|
"netbsd/386", "netbsd/amd64",
|
||||||
|
Loading…
Reference in New Issue
Block a user