mirror of https://github.com/citusdata/citus.git
Removes oraclelinux-7 pg16 pair
parent
8d989cabdf
commit
24d2f1f1da
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue