diff --git a/qemu/qemu.go b/qemu/qemu.go index 567a316f40..9cfe39cbd1 100644 --- a/qemu/qemu.go +++ b/qemu/qemu.go @@ -135,7 +135,7 @@ const ( func isDimmSupported(config *Config) bool { switch runtime.GOARCH { - case "amd64", "386", "ppc64le": + case "amd64", "386", "ppc64le", "arm64": if config != nil && config.Machine.Type == MachineTypeMicrovm { // microvm does not support NUMA return false