New review comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/34799#discussion_r777122810 Comment: According to https://github.com/go-delve/delve/blob/master/pkg/proc/native/support_sentinel.go, only amd64, aarch64 and i686 are supported, so I think we should just restrict archs instead of marking this as broken - `archs="x86_64* i686* aarch64*"` and a comment with the source.