pipeline, Makefile: override the qemu provided in env
The CI will set QEMU to qemu-system-x86, which does not work for us as
we need to run the kernel on various platforms.
Github Action does not provide qemu for other architectures. We need to
install them manually as well.
Signed-off-by: greatbridf <greatbridf@icloud.com>