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 54c39fb commit 3a56891Copy full SHA for 3a56891
dashboard/builders.go
@@ -2269,19 +2269,6 @@ func init() {
2269
"GOARCH=arm64",
2270
},
2271
})
2272
- addBuilder(BuildConfig{
2273
- Name: "windows-arm-10",
2274
- HostType: "host-windows-arm64-mini",
2275
- numTryTestHelpers: 1,
2276
- buildsRepo: func(repo, branch, goBranch string) bool {
2277
- return atLeastGo1(goBranch, 17) && buildRepoByDefault(repo)
2278
- },
2279
- env: []string{
2280
- "GOARCH=arm64",
2281
- "GOARM=7",
2282
2283
- KnownIssue: 47019,
2284
- })
2285
addBuilder(BuildConfig{
2286
Name: "darwin-amd64-10_12",
2287
HostType: "host-darwin-10_12",
0 commit comments