Update 11
This commit is contained in:
parent
3db64a0e20
commit
9b2559be2f
|
|
@ -97,7 +97,7 @@ RUN set -ex; \
|
||||||
dpkgArch="$(dpkg --print-architecture)"; \
|
dpkgArch="$(dpkg --print-architecture)"; \
|
||||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main $PG_MAJOR"; \
|
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main $PG_MAJOR"; \
|
||||||
case "$dpkgArch" in \
|
case "$dpkgArch" in \
|
||||||
amd64 | arm64 | ppc64el) \
|
amd64 | arm64 | ppc64el | s390x) \
|
||||||
# arches officialy built by upstream
|
# arches officialy built by upstream
|
||||||
echo "deb $aptRepo" > /etc/apt/sources.list.d/pgdg.list; \
|
echo "deb $aptRepo" > /etc/apt/sources.list.d/pgdg.list; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,8 @@
|
||||||
"arches": [
|
"arches": [
|
||||||
"amd64",
|
"amd64",
|
||||||
"arm64",
|
"arm64",
|
||||||
"ppc64el"
|
"ppc64el",
|
||||||
|
"s390x"
|
||||||
],
|
],
|
||||||
"version": "11.19-1.pgdg110+1"
|
"version": "11.19-1.pgdg110+1"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue