We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92314b7 + da5ebdd commit 1e8f5dcCopy full SHA for 1e8f5dc
1 file changed
packaging/citus_package
@@ -360,6 +360,14 @@ foreach my $platform (@platforms) {
360
mkdir $outputdir;
361
362
foreach my $pg (@pg_versions) {
363
+ if (($os eq "el" or $os eq "ol") and $release eq "6" and $pg eq "pg13")
364
+ {
365
+ # CentOS and OracleLinux 6 doesn't have pg13 packages yet
366
+ # so we dont't have package builder docker images yet.
367
+ # So skip building distro packages for them.
368
+ next;
369
+ }
370
+
371
my @docker_args = (
372
'run',
373
'--rm',
0 commit comments