mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-01 22:48:15 +00:00
Fix cross-compilation command in README.md (#903)
Signed-off-by: David Cook <dcook@divviup.org>
This commit is contained in:
parent
68ea167866
commit
dbc7b0b229
@ -81,7 +81,7 @@ auth_modules:
|
||||
To build the Docker image:
|
||||
|
||||
make promu
|
||||
promu crossbuild -p linux/amd64 -p linux/armv7 -p linux/amd64 -p linux/ppc64le
|
||||
promu crossbuild -p linux/amd64 -p linux/armv7 -p linux/arm64 -p linux/ppc64le
|
||||
make docker
|
||||
|
||||
This will build the docker image as `prometheuscommunity/postgres_exporter:${branch}`.
|
||||
|
Loading…
Reference in New Issue
Block a user