blakelead / couchbase_exporter

Export metrics from Couchbase Server for Prometheus consumption
Other
35 stars 18 forks source link

Incorrect binary in linux amd64 release #39

Closed mplachter closed 4 years ago

mplachter commented 5 years ago

Wrong binary in tar.gz for linux amd64.

The linux-amd64.tar.gz form the release page does not run on alpine:3.9.3.

However if I clone down the repo and build the binary env GOOS=linux GOARCH=amd64 go build ./couchbase_exporter.go it runs on alpine no problem.

This leads me to believe the release tar.gz does not have the correct binary tar.gz.

blakelead commented 5 years ago

Hey @mplachter,

Thanks for reporting this, I'll look into it

blakelead commented 4 years ago

Hello @mplachter ,

I'm sorry for the really long delay!

The issue is now fixed in the master branch and in 0.9.2 release.