New comment by q66 on void-packages repository https://github.com/void-linux/void-packages/pull/20291#issuecomment-602374215 Comment: I think you misunderstand the point of `archs`. If it's not specified, it means it builds everywhere, including musl systems. By adding an `archs` like this, you're restricting it, not relaxing it. Particularly, this change only makes it build on x86_64, x86_64-musl and i686 systems, which is wrong. (we support significantly more architectures than that)