This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/airflow-pgbouncer-exporter.git

commit f5f395ca47d5b21848e15e8681327b785c752ba2
Author: Juraj Bubniak <[email protected]>
AuthorDate: Thu Oct 22 12:32:04 2020 +0200

    Update README with docker compose build command.
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 907bbb9..fc4ca05 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,12 @@ docker run \
   jbub/pgbouncer_exporter
 ```
 
+In order to build the binary for the development docker compose setup you can 
use this command:
+
+```bash
+CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build
+```
+
 ## Collectors
 
 All of the collectors are enabled by default, you can control that using 
environment variables by settings

Reply via email to