Skip to content
Snippets Groups Projects
Unverified Commit dbc7b0b2 authored by David Cook's avatar David Cook Committed by GitHub
Browse files

Fix cross-compilation command in README.md (#903)


Signed-off-by: default avatarDavid Cook <dcook@divviup.org>
parent 68ea1678
Branches
Tags
No related merge requests found
......@@ -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}`.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment