diff --git a/test/drenv/providers/lima/__init__.py b/test/drenv/providers/lima/__init__.py index 1540d371c..889663050 100644 --- a/test/drenv/providers/lima/__init__.py +++ b/test/drenv/providers/lima/__init__.py @@ -181,7 +181,9 @@ def _write_config(profile, path): # The "vz" type is required to support amd64 images on arm64, needed for # OCM, and also provide the best performance. config["vmType"] = "vz" - config["rosetta"] = {"enabled": True, "binfmt": True} + + # XXX Disabled for testing in github actions. + # config["rosetta"] = {"enabled": True, "binfmt": True} # We always use socket_vmnet to get shared network. config["networks"] = [{"socket": "/var/run/socket_vmnet"}]