Fix cross-compilation command in README.md (#903)
Signed-off-by: David Cook <dcook@divviup.org>
This commit is contained in:
@@ -81,7 +81,7 @@ auth_modules:
|
|||||||
To build the Docker image:
|
To build the Docker image:
|
||||||
|
|
||||||
make promu
|
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
|
make docker
|
||||||
|
|
||||||
This will build the docker image as `prometheuscommunity/postgres_exporter:${branch}`.
|
This will build the docker image as `prometheuscommunity/postgres_exporter:${branch}`.
|
||||||
|
|||||||
Reference in New Issue
Block a user