You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It actually wasn't too bad to build. I built a static binary on Ubuntu like this:
apt install golang-go libsystemd-dev
git clone https://github.com/kumina/postfix_exporter.git
cd postfix_exporter
go get -d ./...
go build -a -tags static_all
strip postfix_exporter
Hello,
Mind to provide pre-built binaries for postfix_exporter ?
Saved my day, but the compiling isn't that easy when you're not a 'go guy'.
Thanks.
The text was updated successfully, but these errors were encountered: