Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use microvmConfig.cpu == null to check whether we should be doing virtualization with KVM or emulation of the CPU, instead of checking pkgs.buildPlatform == pkgs.hostPlatform. The latter kind of check causes microvm not start, if the system running microvms has been cross-compiled for example from x86_64-linux to aarch64-linux. Signed-off-by: Mika Tammi <[email protected]>
- Loading branch information