You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
My understanding is that the way I'm doing it with aarch64 is the correct method for running an X86_64 image emulated on Apple Silicon. I would go with the second approach, but working on it is so slow as to be infeasible. Being only 32 bit but having a 64 bit OS/development environment will be problematic
Description
starting colima with
colima start --arch aarch64 --vm-type=vz --vz-rosetta
my docker-compose file is
If I spin everything up this way I get
Architecture: x86_64
CPU op-mode(s): 32-bit
If I do --arch X86_64 I get the expected
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
My understanding is that the way I'm doing it with aarch64 is the correct method for running an X86_64 image emulated on Apple Silicon. I would go with the second approach, but working on it is so slow as to be infeasible. Being only 32 bit but having a 64 bit OS/development environment will be problematic
Version
colima version 0.7.3
git commit: a66b375
runtime: docker
arch: x86_64
client: v27.1.2
server: v27.1.1
limactl version 0.23.1
qemu-img version 9.0.2
Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers
Operating System
Output of
colima status
INFO[0000] colima is running using macOS Virtualization.Framework
INFO[0000] arch: aarch64
INFO[0000] runtime: docker
INFO[0000] mountType: virtiofs
INFO[0000] socket: unix:///Users/myname/.colima/default/docker.sock
Reproduction Steps
Expected behaviour
lscpu gives
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Additional context
No response
The text was updated successfully, but these errors were encountered: