We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ea167 commit dbc7b0bCopy full SHA for dbc7b0b
README.md
@@ -81,7 +81,7 @@ auth_modules:
81
To build the Docker image:
82
83
make promu
84
- 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
85
make docker
86
87
This will build the docker image as `prometheuscommunity/postgres_exporter:${branch}`.
0 commit comments