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 3a6c4f3 commit b3da0f0Copy full SHA for b3da0f0
dashboard/builders.go
@@ -2267,7 +2267,6 @@ func init() {
2267
},
2268
env: []string{
2269
"GOARCH=arm64",
2270
- "GOHOSTARCH=arm64",
2271
2272
})
2273
addBuilder(BuildConfig{
@@ -2278,9 +2277,8 @@ func init() {
2278
2277
return atLeastGo1(goBranch, 17) && buildRepoByDefault(repo)
2279
2280
2281
- "GOARCH=arm",
+ "GOARCH=arm64",
2282
"GOARM=7",
2283
- "GOHOSTARCH=arm",
2284
2285
KnownIssue: 47019,
2286
0 commit comments