Skip to content

Commit d6d2c37

Browse files
authored
fix(build): use deprecated minimum OS versions for DL center MONGOSH-1602 (#1690)
1 parent 7467002 commit d6d2c37

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

config/release-package-matrix.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ const publicDescriptions = {
1313
darwin_arm64: 'MacOS M1 (11.0+)',
1414
linux_x64: 'Linux x64',
1515
linux_arm64: 'Linux arm64',
16-
debian_x64: 'Debian (11+) / Ubuntu (20.04+) x64',
17-
debian_arm64: 'Debian (11+) / Ubuntu (20.04+) arm64',
18-
rhel_x64: 'RHEL / CentOS (8+) x64',
19-
rhel_arm64: 'RHEL / CentOS (8+) arm64',
16+
debian_x64: 'Debian (10+) / Ubuntu (18.04+) x64',
17+
debian_arm64: 'Debian (10+) / Ubuntu (18.04+) arm64',
18+
rhel_x64: 'RHEL / CentOS (7+) x64',
19+
rhel_arm64: 'RHEL / CentOS (7+) arm64',
2020
linux_ppc64le: 'Linux ppc64le',
21-
rhel_ppc64le: 'RHEL / CentOS (8+) ppc64le',
22-
linux_s390x: 'Linux ppc64le',
23-
rhel_s390x: 'RHEL / CentOS (8+) ppc64le',
21+
rhel_ppc64le: 'RHEL / CentOS (7+) ppc64le',
22+
linux_s390x: 'Linux s390x',
23+
rhel_s390x: 'RHEL / CentOS (7+) s390x',
2424
win32_x64: 'Windows x64 (10+)'
2525
};
2626

0 commit comments

Comments
 (0)