Getting while running the podman command "podman machine start" in Mac M1.
Version Details
Mac version: 12.6
Podman version: 4.2.1
Qemu version: 7.1.0
Install Podman and QEMU by using Homebrew.
Please help in this.
The issues with OS architecture. Change your OS architecture to arm64 with the below command, before installing the Podman and Qemu.
env /usr/bin/arch -arm64 /bin/zsh --login
The answer of @Harpz helped me, but from his comment one could understand that you need to completely re-install podman, which was not the case for me. I just needed to remove the existing podman machine. Here's what I did:
$ env /usr/bin/arch -arm64 /bin/zsh --login
$ podman machine rm --force
$ podman machine init
$ podman machine start
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With