abiosoft / colima

Container runtimes on macOS (and Linux) with minimal setup
MIT License
18.9k stars 382 forks source link

colima doesn't start on hosted github runner `macos-14` with M1 arm64 #971

Closed viceice closed 8 months ago

viceice commented 8 months ago

Description

qemu is exiting with error: qemu-system-aarch64: Error: HV_UNSUPPORTED

Version

colima version 0.6.7 git commit: ba1be00e9aec47f2c1ffdacfb7e428e465f0b58a limactl version 0.19.1 qemu-img version 8.2.0 Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers

Operating System

Output of colima status

colima not started

Reproduction Steps

  1. setup github action job with runs-on: macos-14
  2. run brew install colima docker
  3. run colima start fails

Expected behaviour

colima should start

Additional context

running with -t vz gives: Invalid virtual machine configuration. Virtualization is not available on this hardware.

rfay commented 8 months ago

Please search issues before opening new ones. This one was just explained a few minutes ago:

viceice commented 8 months ago

sorry, didn't seen it 😞

rfay commented 8 months ago

You can close this one now.

viceice commented 8 months ago

Duplicate of #970