Skip to content

Commit 0a72a26

Browse files
committed
Add DISABLE_QEMU=true to .env in devcontainer README.md
1 parent 379f668 commit 0a72a26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Create a `.env` on the root of the project with the following content:
77
GH_TOKEN=your_github_token
88
npm_config_arch=your_architecture # Options are: x64, arm64, arm, riscv64, loong64, ppc64, and s390x
99
_VSCODE_ARCH=your_vsc_architecture # Options are: x64, arm64, armhf, riscv64, loong64, ppc64le, and s390x
10+
# DISABLE_QEMU=true # Uncomment this if you prefer not to use the QEMU step in postinstall.js
1011
# Any other environment variable you want the tasks to run with or that set the build environment to your desired output architecture
1112
```
1213

0 commit comments

Comments
 (0)