Removes oraclelinux-7 pg16 pair

pull/7205/head
gindibay 2023-09-18 17:36:42 +03:00
parent 8d989cabdf
commit 24d2f1f1da
1 changed files with 4 additions and 1 deletions

View File

@ -44,7 +44,6 @@ jobs:
# For this reason, we need to use a "matrix" to generate names of
# rpm images, e.g. citus/packaging:centos-7-pg12
packaging_docker_image:
- oraclelinux-7
- oraclelinux-8
- almalinux-8
- almalinux-9
@ -57,6 +56,10 @@ jobs:
POSTGRES_VERSION: 14
- packaging_docker_image: centos-7
POSTGRES_VERSION: 15
- packaging_docker_image: oraclelinux-7
POSTGRES_VERSION: 14
- packaging_docker_image: oraclelinux-7
POSTGRES_VERSION: 15
container:
image: citus/packaging:${{ matrix.packaging_docker_image }}-pg${{ matrix.POSTGRES_VERSION }}