You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .evergreen/docker/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,3 +107,11 @@ crypt shared and other binaries to your PATH:
107
107
```bash
108
108
export PATH="$MONGODB_BINARIES:$PATH"
109
109
```
110
+
111
+
## Using Rancher
112
+
113
+
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.
0 commit comments