mirror of
https://github.com/octoleo/restic.git
synced 2024-12-23 03:18:55 +00:00
Remove darwin/arm
This commit is contained in:
parent
f928b30caa
commit
c523b38abb
@ -183,7 +183,7 @@ func (env *TravisEnvironment) Prepare() error {
|
||||
}
|
||||
if !strings.HasPrefix(runtime.Version(), "go1.3") {
|
||||
env.goxOSArch = append(env.goxOSArch,
|
||||
"linux/arm", "darwin/arm", "freebsd/arm")
|
||||
"linux/arm", "freebsd/arm")
|
||||
}
|
||||
} else {
|
||||
env.goxOSArch = []string{runtime.GOOS + "/" + runtime.GOARCH}
|
||||
|
Loading…
Reference in New Issue
Block a user