New comment by renatoaguiar on void-packages repository https://github.com/void-linux/void-packages/pull/18405#issuecomment-576782894 Comment: > This fails to cross build for `arm*` and `aarch64*`. It succeeds for `ppc64le*` but fails for all other cross architectures and also for `i686-musl` here. I wonder if this a problem with the `go` build style or `go` itself. > > I think `nocross="Fails to cross build for most targets"` would be a temporary solution. I just tried cross-compiling using original version from master and it works fine, so it doesn't seem to be related to Go itself. Let me do more debugging before marking it broken.