Linux x86_64で異なるアーキテクチャのバイナリを実行する方法
This content is a draft and will not be included in production builds.
例えばArmバイナリの場合、qemu-user-binfmt と qemu-user-arm コマンドがあれば実行できる。
これらのコマンドは qemu-user パッケージと qemu-user-binfmt パッケージに含まれている。qemu-user-binfmt は qemu-user に依存しているので、これひとつで両方のパッケージをインストールできる。
pacman -S qemu-user-binfmt