New review comment by vfx1b on void-packages repository https://github.com/void-linux/void-packages/pull/47275#discussion_r1396562597 Comment: because upstream project only supports these 2 and ppc64le and s390x. when you then setup a project with operator-sdk, its going to go fetch some extra binaries from github that are also just supplied for those 4 archs. here it fetches `kustomize` if not present on the `$PATH`: https://github.com/operator-framework/operator-sdk/blob/master/testdata/helm/memcached-operator/Makefile#L137 kustomize only supplies those 4 archs, and void-packages has no kustomize in repos, as a fallback. https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv4.5.7