Skip to content

Commit 61dae79

Browse files
committed
Fixed PostgreSQL 17 on Ubuntu images
1 parent 7f89933 commit 61dae79

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/images_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@ jobs:
731731
egress-policy: block
732732
allowed-endpoints: >
733733
api.github.com:443
734+
apt.postgresql.org:80
734735
auth.docker.io:443
735736
dl-cdn.alpinelinux.org:443
736737
github.com:443

build.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@
2222
],
2323
"ubuntu": [
2424
"linux/amd64",
25-
"linux/arm/v7",
2625
"linux/arm64",
27-
"linux/s390x",
28-
"linux/riscv64"
26+
"linux/s390x"
2927
]
3028
},
3129
"os-windows": {

0 commit comments

Comments
 (0)