i think issue is
https://github.com/golang/go/issues/30310#issuecomment-471669125
i was able to reproduce on my machine using go releaser dry run, and
adding this build flag fixed it.
apparently its some glibc issue, what a surprise! :)
Co-authored-by: a <a@tuxpa.in>
if ever planned to release from arm64 this
fix allows to build it as gcc defaults
to host arch
Signed-off-by: Artur Troian <troian.ap@gmail.com>
Signed-off-by: Artur Troian <troian.ap@gmail.com>
Upstreams the improvement from the maticnetwork/erigon fork
to add a goreleaser workflow that will build and release
a docker image for both arm and amd64.