We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6478d3e commit ce20899Copy full SHA for ce20899
dashboard/builders.go
@@ -256,7 +256,7 @@ var Hosts = map[string]*HostConfig{
256
OwnerGithub: "0intro",
257
},
258
"host-plan9-386-gce": &HostConfig{
259
- VMImage: "plan9-386-v7",
+ VMImage: "plan9-386-v8",
260
Notes: "Plan 9 from 0intro; GCE VM is built from script in build/env/plan9-386",
261
buildletURLTmpl: "http://storage.googleapis.com/$BUCKET/buildlet.plan9-386",
262
goBootstrapURLTmpl: "https://storage.googleapis.com/$BUCKET/gobootstrap-plan9-386.tar.gz",
0 commit comments