mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 08:56:32 +00:00
Merge pull request #156 from jongwu/dimm
qemu: add arm64 to support list of dimm
This commit is contained in:
@@ -135,7 +135,7 @@ const (
|
|||||||
|
|
||||||
func isDimmSupported(config *Config) bool {
|
func isDimmSupported(config *Config) bool {
|
||||||
switch runtime.GOARCH {
|
switch runtime.GOARCH {
|
||||||
case "amd64", "386", "ppc64le":
|
case "amd64", "386", "ppc64le", "arm64":
|
||||||
if config != nil && config.Machine.Type == MachineTypeMicrovm {
|
if config != nil && config.Machine.Type == MachineTypeMicrovm {
|
||||||
// microvm does not support NUMA
|
// microvm does not support NUMA
|
||||||
return false
|
return false
|
||||||
|
Reference in New Issue
Block a user