mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-08 10:26:41 +00:00
Setup e2e_node to support testing on ARM64
* Enable dockerized build with --use-dockerized-build=true * Build and create test artifacts for ARM64 with --target-build-arch=arm64 * Prepull multi-arch ready container image * Download ARM64 binaries/packages if running on ARM64 machine
This commit is contained in:
@@ -51,7 +51,7 @@ func main() {
|
||||
}
|
||||
|
||||
// Run node e2e test
|
||||
outputDir, err := utils.GetK8sBuildOutputDir()
|
||||
outputDir, err := utils.GetK8sBuildOutputDir(builder.IsDockerizedBuild(), builder.GetTargetBuildArch())
|
||||
if err != nil {
|
||||
klog.Fatalf("Failed to get build output directory: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user