Skip to content

Commit dbc7b0b

Browse files
Fix cross-compilation command in README.md (#903)
Signed-off-by: David Cook <[email protected]>
1 parent 68ea167 commit dbc7b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ auth_modules:
8181
To build the Docker image:
8282

8383
make promu
84-
promu crossbuild -p linux/amd64 -p linux/armv7 -p linux/amd64 -p linux/ppc64le
84+
promu crossbuild -p linux/amd64 -p linux/armv7 -p linux/arm64 -p linux/ppc64le
8585
make docker
8686

8787
This will build the docker image as `prometheuscommunity/postgres_exporter:${branch}`.

0 commit comments

Comments
 (0)