Hello.
I use packer/qemu in one of my build scripts. I’ve recently switched from an intel macbook pro to an m3 macbook pro, and while trying to run packer, i’ve noticed that it defaults to qemu-system-x86_64 instead of the qemu-system-aarch64, which does not seem correct to me. I’ve tried the latest version (v1.11.1) as well as some older versions (v.1.7.1 and v.1.9.0).
I migrated some data over from my intel macbook to my m3 macbook, but i performed clean installs of homebrew & packer. I tried installing packer using homebrew and through manual installation (arm64) but still nothing.
Can someone help me out with this?