File tree 1 file changed +16
-0
lines changed 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -476,6 +476,13 @@ var Hosts = map[string]*HostConfig{
476
476
isEC2 : true ,
477
477
machineType : "a1.metal" ,
478
478
},
479
+ "host-windows-arm64-mini" : & HostConfig {
480
+ Notes : "macOS hosting Windows 10 in qemu with HVM acceleration." ,
481
+ buildletURLTmpl : "http://storage.googleapis.com/$BUCKET/buildlet.windows-arm64" ,
482
+ env : []string {"GOARCH=arm64" },
483
+ goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-windows-arm64-f22ec5.tar.gz" ,
484
+ IsReverse : true ,
485
+ },
479
486
"host-darwin-10_12" : & HostConfig {
480
487
IsReverse : true ,
481
488
ExpectNum : 3 ,
@@ -2287,6 +2294,15 @@ func init() {
2287
2294
},
2288
2295
KnownIssue : 42604 ,
2289
2296
})
2297
+ addBuilder (BuildConfig {
2298
+ Name : "windows-arm64-10" ,
2299
+ HostType : "host-windows-arm64-mini" ,
2300
+ numTryTestHelpers : 1 ,
2301
+ buildsRepo : func (repo , branch , goBranch string ) bool {
2302
+ return atLeastGo1 (goBranch , 17 ) && buildRepoByDefault (repo )
2303
+ },
2304
+ KnownIssue : 42604 ,
2305
+ })
2290
2306
addBuilder (BuildConfig {
2291
2307
Name : "darwin-amd64-10_12" ,
2292
2308
HostType : "host-darwin-10_12" ,
You can’t perform that action at this time.
0 commit comments