We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8afa6c commit 7f4756dCopy full SHA for 7f4756d
README.md
@@ -14,6 +14,9 @@ The Docker image is available at:
14
docker pull ghcr.io/openai/codex-universal:latest
15
```
16
17
+This repository builds the image for both linux/amd64 and linux/arm64. However we only run the linux/amd64 version.
18
+Your installed Docker may support linux/amd64 emulation by passing the `--platform linux/amd64` flag.
19
+
20
The below script shows how can you approximate the `setup` environment in Codex:
21
22
```sh
0 commit comments