Skip to content

Commit

Permalink
cmd/coordinator: fix staging after CL 41618
Browse files Browse the repository at this point in the history
linux-arm-arm5 no longer exists as a builder.

Updates golang/go#19662

Change-Id: Ic7dd3ce8a8033a733d286e595b3b2d757cdbb31d
Reviewed-on: https://go-review.googlesource.com/42310
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
quentinmit committed May 1, 2017
1 parent fa69ca7 commit 71f0c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/coordinator/coordinator.go
Expand Up @@ -358,7 +358,7 @@ func stagingClusterBuilders() map[string]dashboard.BuildConfig {
m := map[string]dashboard.BuildConfig{}
for _, name := range []string{
"linux-arm",
"linux-arm-arm5",
"linux-arm-arm5spacemonkey",
"linux-amd64",
"linux-386-387",
"windows-amd64-2008",
Expand Down

0 comments on commit 71f0c8e

Please sign in to comment.