Skip to content

Commit

Permalink
Add section concerning amd64 with rancher desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Jan 9, 2025
1 parent f8420d2 commit 83547e5
Showing 1 changed file with 8 additions and 0 deletions.
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 often 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
```

0 comments on commit 83547e5

Please sign in to comment.