From 110bc63dc08e42527c13a58a1d11c551c3f5e66d Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Wed, 27 Sep 2023 13:55:45 +0200 Subject: [PATCH] fix(build): use deprecated minimum OS versions for DL center MONGOSH-1602 --- config/release-package-matrix.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/release-package-matrix.js b/config/release-package-matrix.js index 96779204b..a705bddf7 100644 --- a/config/release-package-matrix.js +++ b/config/release-package-matrix.js @@ -13,14 +13,14 @@ const publicDescriptions = { darwin_arm64: 'MacOS M1 (11.0+)', linux_x64: 'Linux x64', linux_arm64: 'Linux arm64', - debian_x64: 'Debian (11+) / Ubuntu (20.04+) x64', - debian_arm64: 'Debian (11+) / Ubuntu (20.04+) arm64', - rhel_x64: 'RHEL / CentOS (8+) x64', - rhel_arm64: 'RHEL / CentOS (8+) arm64', + debian_x64: 'Debian (10+) / Ubuntu (18.04+) x64', + debian_arm64: 'Debian (10+) / Ubuntu (18.04+) arm64', + rhel_x64: 'RHEL / CentOS (7+) x64', + rhel_arm64: 'RHEL / CentOS (7+) arm64', linux_ppc64le: 'Linux ppc64le', - rhel_ppc64le: 'RHEL / CentOS (8+) ppc64le', - linux_s390x: 'Linux ppc64le', - rhel_s390x: 'RHEL / CentOS (8+) ppc64le', + rhel_ppc64le: 'RHEL / CentOS (7+) ppc64le', + linux_s390x: 'Linux s390x', + rhel_s390x: 'RHEL / CentOS (7+) s390x', win32_x64: 'Windows x64 (10+)' };