Open paulexyz opened 10 months ago
After digging around a bit I saw that the release v0.5.0 didn't had goreleaser as a build backend yet - that explains why this flag was missing. When do you plan to make a new release which might then include binaries without the libc dependencies?
Here are the compiled versions from master... exporter_exporter_0.6.0-prerelease_Windows_x86_64.tar.gz exporter_exporter_0.6.0-prerelease_Linux_arm64.tar.gz exporter_exporter_0.6.0-prerelease_Linux_x86_64.tar.gz
Despite the CGO setting in the
.goreleaser.yml
it seems that in the current release the amd64 binary has statically linked dependencies.If I build the project on my workstation from master it seems to build it correctly and not have any dependencies.