From 2a1ab77305fe6d38b0cfaf4fde537db7adc13a0e Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Wed, 13 Mar 2024 16:31:28 -0400 Subject: [PATCH] docs: Add note regarding arm64 testing using vfkit (#189) ### What does this PR do? Adds note regarding applehv only running arm64 images. ### Screenshot / video of UI N/A ### What issues does this PR fix or reference? References https://github.com/containers/podman-desktop-extension-bootc/issues/184 ### How to test this PR? Signed-off-by: Charlie Drage --- docs/vm_guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/vm_guide.md b/docs/vm_guide.md index 5b629656..072c04f0 100644 --- a/docs/vm_guide.md +++ b/docs/vm_guide.md @@ -12,6 +12,8 @@ However, we provide some detailed instructions on how to run this on different o The easiest solution to run this on macOS is by using [vfkit](https://github.com/crc-org/vfkit) which uses the native Apple hypervisor framework. +NOTE: This will only run NATIVE architecture images. Your image must use the ARM64 output. + ### Installation This can be installed via: