default test runtime to docker

pull/13251/head
Sharif Elgamal 2022-02-01 12:59:42 -08:00
parent 634b8030f9
commit cce8d19112
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ func ContainerRuntime() string {
return strings.TrimPrefix(s, flag)
}
}
return constants.DefaultContainerRuntime
return constants.Docker
}
// arm64Platform returns true if running on arm64/* platform