Skip to content

Commit a80facf

Browse files
divergentdaveAndrey Kozlov
authored and
Andrey Kozlov
committed
Fix cross-compilation command in README.md (prometheus-community#903)
Signed-off-by: David Cook <[email protected]> Signed-off-by: Andrey Kozlov <[email protected]>
1 parent 68ea167 commit a80facf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)