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 f08d426 commit 71d4ab5Copy full SHA for 71d4ab5
12/Dockerfile
@@ -84,7 +84,7 @@ RUN set -ex; \
84
\
85
dpkgArch="$(dpkg --print-architecture)"; \
86
case "$dpkgArch" in \
87
- amd64|arm64|i386|ppc64el) \
+ amd64|i386|ppc64el) \
88
# arches officialy built by upstream
89
echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; \
90
apt-get update; \
0 commit comments