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

Add section concerning amd64 with rancher desktop #575

Merged
Changes from all commits
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
8 changes: 8 additions & 0 deletions .evergreen/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,11 @@ crypt shared and other binaries to your PATH:
```bash
export PATH="$MONGODB_BINARIES:$PATH"
```

## Using Rancher

When using [Rancher Desktop](https://rancherdesktop.io/) on Apple Silicon or other ARM-based systems, it's _might_ be necessary to specify the amd64 architecture since some dependencies and tools are more reliable or only available for amd64.

```
ARCH=amd64 MONGODB_VERSION="8.0" TOPOLOGY=replica_set ./run-server.sh
```
Loading