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

Signed-off-by: David Cook <dcook@divviup.org>
This commit is contained in:
David Cook 2023-09-08 15:08:06 -05:00 committed by GitHub
parent 68ea167866
commit dbc7b0b229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}`.