File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ var Hosts = map[string]*HostConfig{
144
144
SSHUsername : "gopher" ,
145
145
},
146
146
"host-freebsd-10_3" : & HostConfig {
147
- VMImage : "freebsd-amd64-103" ,
147
+ VMImage : "freebsd-amd64-103-b " ,
148
148
Notes : "FreeBSD 10.3; GCE VM is built from script in build/env/freebsd-amd64" ,
149
149
machineType : "n1-highcpu-4" ,
150
150
buildletURLTmpl : "http://storage.googleapis.com/$BUCKET/buildlet.freebsd-amd64" , // TODO(bradfitz): why was this http instead of https?
@@ -153,7 +153,7 @@ var Hosts = map[string]*HostConfig{
153
153
SSHUsername : "gopher" ,
154
154
},
155
155
"host-freebsd-11_1" : & HostConfig {
156
- VMImage : "freebsd-amd64-111" ,
156
+ VMImage : "freebsd-amd64-111-b " ,
157
157
Notes : "FreeBSD 11.1; GCE VM is built from script in build/env/freebsd-amd64" ,
158
158
machineType : "n1-highcpu-4" ,
159
159
buildletURLTmpl : "http://storage.googleapis.com/$BUCKET/buildlet.freebsd-amd64" , // TODO(bradfitz): why was this http instead of https?
You can’t perform that action at this time.
0 commit comments