2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00

Remove darwin/386 from integration tests

This commit is contained in:
Alexander Neumann 2020-09-12 17:09:33 +02:00
parent e207257714
commit 59fca85844

View File

@ -225,7 +225,7 @@ func (env *TravisEnvironment) Prepare() error {
env.goxOSArch = []string{
"linux/386", "linux/amd64",
"windows/386", "windows/amd64",
"darwin/386", "darwin/amd64",
"darwin/amd64",
"freebsd/386", "freebsd/amd64",
"openbsd/386", "openbsd/amd64",
"netbsd/386", "netbsd/amd64",