Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: group download center packages by platform MONGOSH-1346 #1661

Merged
merged 20 commits into from
Sep 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update config/release-package-matrix.js
Co-authored-by: Anna Henningsen <[email protected]>
kmruiz and addaleax authored Sep 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 46da3c78db09f17cd3291d23793ebaf4f807e4a9
16 changes: 8 additions & 8 deletions config/release-package-matrix.js
Original file line number Diff line number Diff line change
@@ -9,19 +9,19 @@ const ubuntu1804AndAboveAndDebBased = ['ubuntu1804', 'ubuntu1804', 'ubuntu2004',
const allLinux = [...rhel70AndAboveAndRpmBased, ...ubuntu1804AndAboveAndDebBased]

const publicDescriptions = {
darwin_x64: 'MacOS x64 (10.14+)',
darwin_x64: 'MacOS x64 (11.0+)',
darwin_arm64: 'MacOS M1 (11.0+)',
linux_x64: 'Linux x64',
linux_arm64: 'Linux 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',
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',
linux_ppc64le: 'Linux ppc64le',
rhel_ppc64le: 'RHEL / CentOS (7+) ppc64le',
rhel_ppc64le: 'RHEL / CentOS (8+) ppc64le',
linux_s390x: 'Linux ppc64le',
rhel_s390x: 'RHEL / CentOS (7+) ppc64le',
win32_x64: 'Windows x64 (8.1+)'
rhel_s390x: 'RHEL / CentOS (8+) ppc64le',
win32_x64: 'Windows x64 (10+)'
};

exports.RELEASE_PACKAGE_MATRIX = [