Skip to content

Commit 16ad677

Browse files
committed
dashboard: fix build
Tests (and binaries) panicked before this. Change-Id: If984e9e30016d403af2a94971fc4a419a269b73a Reviewed-on: https://go-review.googlesource.com/46510 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 3cc3abb commit 16ad677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/builders.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ func init() {
913913
addBuilder(BuildConfig{
914914
Name: "linux-arm-nativemake",
915915
Notes: "runs make.bash on real ARM hardware, but does not run tests",
916-
HostType: "host-linux-arm",
916+
HostType: "host-linux-arm-scaleway",
917917
StopAfterMake: true,
918918
})
919919
addBuilder(BuildConfig{

0 commit comments

Comments
 (0)