The 32bit is working, but it is a little bit more tricky to install the required libssl, but I have the necessary steps which are
wget https://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1w-0+deb11u4_armhf.deb
wget https://security.debian.org/debian-security/pool/updates/main/o/openssl/openssl_1.1.1w-0+deb11u4_armhf.deb
sudo dpkg -i libssl1.1_1.1.1w-0+deb11u4_armhf.deb openssl_1.1.1w-0+deb11u4_armhf.deb
sudo apt install qemu-system-ppc qemu-system-x86
On a 32bit system the qemu-system-x64 is not available. So, AROS 64bit will not be able to be emulated.
I need to update the manual to provide the above information.