Update 11
This commit is contained in:
parent
3db64a0e20
commit
9b2559be2f
|
|
@ -97,7 +97,7 @@ RUN set -ex; \
|
|||
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"; \
|
||||
case "$dpkgArch" in \
|
||||
amd64 | arm64 | ppc64el) \
|
||||
amd64 | arm64 | ppc64el | s390x) \
|
||||
# arches officialy built by upstream
|
||||
echo "deb $aptRepo" > /etc/apt/sources.list.d/pgdg.list; \
|
||||
apt-get update; \
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
"arches": [
|
||||
"amd64",
|
||||
"arm64",
|
||||
"ppc64el"
|
||||
"ppc64el",
|
||||
"s390x"
|
||||
],
|
||||
"version": "11.19-1.pgdg110+1"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue