Skip to content

Commit 1deda65

Browse files
authored
(DOCSP-17784): Updated download and compatibility page with ARM info. (#590)
* (DOCSP-17784): Updated download and compatibility page with ARM info. * (DOCSP-17784): Fixed typo per Joe's feedback. * (DOCSP-17784): Incorporated Gustavo's feedback. * (DOCSP-17784): Fix typo per Gustavo's feedback.
1 parent bd63b9f commit 1deda65

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

source/includes/steps-install-mcli-binary.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ content: |
1515
- Download
1616
1717
* - Windows
18-
- :github:`.zip </mongodb/mongocli/releases/download/v{+mcli-version+}/mongocli_{+mcli-version+}_windows_x86_64.zip>`
18+
- :github:`.zip </mongodb/mongocli/releases/download/v{+mcli-version+}/mongocli_{+mcli-version+}_windows_x86_64.zip>`, :github:`.msi </mongodb/mongocli/releases/download/v1.19.0/mongocli_1.19.0_windows_x86_64.msi>`
1919
2020
* - MacOS
21-
- :github:`.tar.gz </mongodb/mongocli/releases/download/v{+mcli-version+}/mongocli_{+mcli-version+}_macos_x86_64.zip>`
21+
- :github:`.tar.gz (x86-64) </mongodb/mongocli/releases/download/v{+mcli-version+}/mongocli_{+mcli-version+}_macos_x86_64.zip>`, :github:`.tar.gz (ARM) </mongodb/mongocli/releases/download/v1.19.0/mongocli_1.19.0_macos_arm64.zip>`
2222
2323
* - Ubuntu/Debian
24-
- :github:`.deb </mongodb/mongocli/releases/download/v{+mcli-version+}/mongocli_{+mcli-version+}_linux_x86_64.deb>`
24+
- :github:`.deb (x86-64) </mongodb/mongocli/releases/download/v{+mcli-version+}/mongocli_{+mcli-version+}_linux_x86_64.deb>`, :github:`.deb (ARM) </mongodb/mongocli/releases/download/v1.19.0/mongocli_1.19.0_linux_arm64.deb>`
2525
2626
* - RHEL/CentOS/SLES/AMZ
27-
- :github:`.rpm </mongodb/mongocli/releases/download/v{+mcli-version+}/mongocli_{+mcli-version+}_linux_x86_64.rpm>`
27+
- :github:`.rpm (x86-64) </mongodb/mongocli/releases/download/v{+mcli-version+}/mongocli_{+mcli-version+}_linux_x86_64.rpm>`, :github:`.rpm (ARM) </mongodb/mongocli/releases/download/v1.19.0/mongocli_1.19.0_linux_arm64.rpm>`
2828
2929
* - Linux
30-
- :github:`.tar.gz </mongodb/mongocli/releases/download/v{+mcli-version+}/mongocli_{+mcli-version+}_linux_x86_64.tar.gz>`
30+
- :github:`.tar.gz (x86-64) </mongodb/mongocli/releases/download/v{+mcli-version+}/mongocli_{+mcli-version+}_linux_x86_64.tar.gz>`, :github:`.tar.gz (ARM) </mongodb/mongocli/releases/download/v1.19.0/mongocli_1.19.0_linux_arm64.tar.gz>`
3131
3232
.. note::
3333

source/install/compatibility.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,39 @@ Compatibility
1515
Operating Systems
1616
-----------------
1717

18-
For {+mcli+} versions 1.0 and later, hosts must run the 64-bit
19-
versions of the following operating systems on an ``x86-64``
20-
architecture.
18+
{+mcli+} versions 1.15.1 and later support the following operating
19+
systems:
2120

2221
.. list-table::
2322
:header-rows: 1
2423

2524
* - Operating System
2625
- Operating System Version
26+
- Architecture
2727
* - Amazon Linux
2828
- 2
29+
- ``x86-64``, ``ARM``
2930
* - Debian
3031
- 9, 10
32+
- ``x86-64``, ``ARM``
3133
* - MacOS
3234
- 10.14, 10.15, 11.0
35+
- ``x86-64``, ``ARM``
3336
* - Microsoft Windows
3437
- 10
38+
- ``x86-64``
3539
* - Microsoft Windows Server
3640
- 2012, 2012R2, 2016, 2019
41+
- ``x86-64``
3742
* - Red Hat Enterprise Linux / CentOS
3843
- 6, 7, 8
44+
- ``x86-64``, ``ARM``
3945
* - SUSE Linux Enterprise Server
4046
- 12, 15
47+
- ``x86-64``, ``ARM``
4148
* - Ubuntu
4249
- 18.04, 20.04
50+
- ``x86-64``, ``ARM``
4351

4452
Atlas, Cloud Manager, and Ops Manager Versions
4553
----------------------------------------------

0 commit comments

Comments
 (0)