Fixed PostgreSQL 17 on Ubuntu images

This commit is contained in:
Alexey Pustovalov 2025-07-19 15:19:50 +09:00
parent 7f89933870
commit 61dae79ecc
2 changed files with 2 additions and 3 deletions

View File

@ -731,6 +731,7 @@ jobs:
egress-policy: block
allowed-endpoints: >
api.github.com:443
apt.postgresql.org:80
auth.docker.io:443
dl-cdn.alpinelinux.org:443
github.com:443

View File

@ -22,10 +22,8 @@
],
"ubuntu": [
"linux/amd64",
"linux/arm/v7",
"linux/arm64",
"linux/s390x",
"linux/riscv64"
"linux/s390x"
]
},
"os-windows": {