File tree 2 files changed +13
-0
lines changed 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ windows-amd64 windows amd64 windows-amd64-2008-oldcc
45
45
Race enabled, Long tests on windows-amd64-longtest-oldcc
46
46
Running on GCP
47
47
48
+ windows-arm64 windows arm64 windows-arm64-11
49
+ Running on reverse builder: Azure windows 11 arm64 VMs
50
+
48
51
49
52
50
53
Targets for release 1.19
@@ -94,6 +97,9 @@ windows-amd64 windows amd64 windows-amd64-2008-oldcc
94
97
Race enabled, Long tests on windows-amd64-longtest-oldcc
95
98
Running on GCP
96
99
100
+ windows-arm64 windows arm64 windows-arm64-11
101
+ Running on reverse builder: Azure windows 11 arm64 VMs
102
+
97
103
98
104
99
105
Targets for release 1.20
@@ -140,5 +146,8 @@ windows-amd64 windows amd64 windows-amd64-2008
140
146
Long tests on windows-amd64-longtest
141
147
Running on GCP
142
148
149
+ windows-arm64 windows arm64 windows-arm64-11
150
+ Running on reverse builder: Azure windows 11 arm64 VMs
151
+
143
152
144
153
Original file line number Diff line number Diff line change @@ -103,6 +103,10 @@ var allReleases = map[int]ReleaseTargets{
103
103
LongTestBuilder : "windows-amd64-longtest-oldcc" ,
104
104
Race : true ,
105
105
},
106
+ "windows-arm64" : & Target {
107
+ SecondClass : true ,
108
+ Builder : "windows-arm64-11" ,
109
+ },
106
110
},
107
111
19 : {
108
112
"linux-386" : & Target {
You can’t perform that action at this time.
0 commit comments