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 7f89933 commit 61dae79Copy full SHA for 61dae79
.github/workflows/images_build.yml
@@ -731,6 +731,7 @@ jobs:
731
egress-policy: block
732
allowed-endpoints: >
733
api.github.com:443
734
+ apt.postgresql.org:80
735
auth.docker.io:443
736
dl-cdn.alpinelinux.org:443
737
github.com:443
build.json
@@ -22,10 +22,8 @@
22
],
23
"ubuntu": [
24
"linux/amd64",
25
- "linux/arm/v7",
26
"linux/arm64",
27
- "linux/s390x",
28
- "linux/riscv64"
+ "linux/s390x"
29
]
30
},
31
"os-windows": {
0 commit comments