New comment by rmboggs on void-packages repository https://github.com/void-linux/void-packages/pull/27170#issuecomment-917184998 Comment: > I should also mention that this is only working on x86_64* currently. I haven't been able to get cross-builds working using `./build.sh /p:Platform="${_ARCHITECTURE}"` since it tries to use "qemu-debootstrap" which I haven't seen before. [As such I removed the cross-build relevant lines and added `archs="x86_64*"`.](https://github.com/void-linux/void-packages/commit/bb9b4dded60def86853ce9d595c87695a120587f) Yeah, I was going to mention that. I have no way of checking the arm64 build either. Probably good to only include x86_64 for the time being until someone can come in and get the arm64 build working at a later time.