We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc41f5 commit c71d894Copy full SHA for c71d894
README.md
@@ -31,7 +31,7 @@ docker run \
31
To build the Docker image:
32
33
make promu
34
- 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
35
make docker
36
37
This will build the docker image as `prometheuscommunity/postgres_exporter:${branch}`.
0 commit comments