Dependencies for Colima
Generate qcow image for the OS architecture and default runtime (docker).
make qcow
Generate qcow image for another architecture. OS_ARCH
must be one of aarch64
, x86_64
OS_ARCH=x86_64 make qcow
Generate qcow image for another runtime. RUNTIME
must be one of docker
, containerd
, incus
, none
RUNTIME=containerd make qcow