Skip to content

Commit c71d894

Browse files
committed
Fix typo in README.md file
1 parent cbc41f5 commit c71d894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ docker run \
3131
To build the Docker image:
3232

3333
make promu
34-
promu crossbuild -p linux/amd64 -p linux/armv7 -p linux/amd64 -p linux/ppc64le
34+
promu crossbuild -p linux/amd64 -p linux/armv7 -p linux/arm64 -p linux/ppc64le
3535
make docker
3636

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

0 commit comments

Comments
 (0)