diff --git a/pkg/vm/tool/shared_functions.sh b/pkg/vm/tool/shared_functions.sh index 069a0a967b0..d8d46aee15d 100644 --- a/pkg/vm/tool/shared_functions.sh +++ b/pkg/vm/tool/shared_functions.sh @@ -25,7 +25,8 @@ function host_arch() { function parse_target_arch() { case "$1" in - *X64) + *X64 | \ + *X64C) echo "X64" ;; *ARM64 | \