Skip to content

Commit 180ddaa

Browse files
committed
internal/releasetargets: add windows-arm64-11 as a release target
This adds the windows-arm64-11 builder as a release target which was removed in CL 460296. Updates golang/go#57408 Updates golang/go#53541 Change-Id: I449859081350a36b05b85a7b87b412d43b19cb27 Reviewed-on: https://go-review.googlesource.com/c/build/+/461255 Run-TryBot: Carlos Amedee <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
1 parent a5c3a09 commit 180ddaa

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

internal/releasetargets/releases.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ windows-amd64 windows amd64 windows-amd64-2008-oldcc
4545
Race enabled, Long tests on windows-amd64-longtest-oldcc
4646
Running on GCP
4747

48+
windows-arm64 windows arm64 windows-arm64-11
49+
Running on reverse builder: Azure windows 11 arm64 VMs
50+
4851

4952

5053
Targets for release 1.19
@@ -94,6 +97,9 @@ windows-amd64 windows amd64 windows-amd64-2008-oldcc
9497
Race enabled, Long tests on windows-amd64-longtest-oldcc
9598
Running on GCP
9699

100+
windows-arm64 windows arm64 windows-arm64-11
101+
Running on reverse builder: Azure windows 11 arm64 VMs
102+
97103

98104

99105
Targets for release 1.20
@@ -140,5 +146,8 @@ windows-amd64 windows amd64 windows-amd64-2008
140146
Long tests on windows-amd64-longtest
141147
Running on GCP
142148

149+
windows-arm64 windows arm64 windows-arm64-11
150+
Running on reverse builder: Azure windows 11 arm64 VMs
151+
143152

144153

internal/releasetargets/releasetargets.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ var allReleases = map[int]ReleaseTargets{
103103
LongTestBuilder: "windows-amd64-longtest-oldcc",
104104
Race: true,
105105
},
106+
"windows-arm64": &Target{
107+
SecondClass: true,
108+
Builder: "windows-arm64-11",
109+
},
106110
},
107111
19: {
108112
"linux-386": &Target{

0 commit comments

Comments
 (0)