- Download an iso
mkdir mounted-iso mounted-root root livesudo mount -o loop archlinux-2020.06.01-i686.iso mounted-iso/sudo mount -t squashfs mounted-iso/arch/i686/airootfs.sfs mounted-root/sudo cp -av mounted-root/. root/sudo umount mounted-rootsudo umount mounted-isosudo mount -o bind root live/sudo arch-chroot live bash
setarch i686- Rank
/etc/pacman.d/mirrorlist pacman -Sypacman -Sccpacman-key --init && pacman-key --populate archlinux32 && pacman-key --refresh-keyspacman -S archlinux32-keyringpacman -Syupacman -S base-devel gtk3 # etc.
thank you very good it works i got some package conflicts with
pacman -Syu(archlinux32-2023.03.02-i686.iso)but that is probably an Arch Linux 32 issue, this still worked for what I needed