Skip to content

Commit 5f0c3f5

Browse files
committed
docs(supported-systems): add "arm64"/"aarch64" listing
1 parent ddf1991 commit 5f0c3f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guides/supported-systems.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Currently Supported platforms:
1212
Officially Supported Architectures:
1313
<!--Platfrom taken from "MongoBinaryDownloadUrl.translateArch"-->
1414
- `x64` / `x86_64`
15+
- `arm64` / `aarch64` (only some linux distros have binaries)
1516
- ~~`ia32` / `i686` / `i386`~~ (There are only binaries up to ~3.2 and [will be removed with the next MMS version](https://github.com/nodkz/mongodb-memory-server/issues/638))
1617

1718
:::note
@@ -52,14 +53,13 @@ Depends on the distribution, many common ones should just work right out of the
5253
(uses mongodb's `ubuntu` release)<br/>
5354
Lowest supported Distribution version is `1404`<br/>
5455
Highest version is `2204`<br/>
55-
Default version is `1404`
56+
Default version is `1404`<br/>
57+
Architectures Supported: `x86_64`, `arm64`(`aarch64`)
58+
5659
:::note
5760
Lower Versions than `2004` may be used if mongodb dosnt provide binaries for an lower version of mongodb for an higher version of ubuntu
5861
:::
5962
:::note
60-
For Arm64 MongoDB only provides binaries for `ubuntu1604`
61-
:::
62-
:::note
6363
There are currently no native binaries for `2204`, so it is mapped to `2004` and will require `libssl1.1` to be installed.
6464
See [this mongodb issue](https://jira.mongodb.org/browse/SERVER-62300).
6565
:::

0 commit comments

Comments
 (0)