Skip to content

Commit 48763b8

Browse files
committed
Updated Sanity Check (markdown)
1 parent ef05ec2 commit 48763b8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Sanity-Check.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,21 @@ npx @vscode/vscode-bisect@latest --sanity --commit <commit SHA of build to test>
7171

7272
It will guide you through the process and download, install and execute each build artefact that needs to be tested.
7373

74-
Supported builds and flavors:
74+
Supported builds and flavors (all):
7575

7676
| OS | Support |
7777
|-----------------|-------------------------------------------------------|
7878
| Linux (x64, ARM64) | Archive, Deb, RPM, Snap, Server, CLI |
7979
| Windows (x64, ARM64) | Archive, User Installer, System Installer, Server, CLI |
8080
| macOS (x64, ARM64) | Archive, Universal Archive, Server, CLI |
8181

82+
For testing CLI `ARM32`, `x64 Alpine` and `ARM64 Alpine`, run these commands:
83+
```sh
84+
npx @vscode/vscode-bisect@latest --commit <commit SHA of build to test> --quality stable --flavor cli-linux-armv7
85+
npx @vscode/vscode-bisect@latest --commit <commit SHA of build to test> --quality stable --flavor cli-alpine-amd64
86+
npx @vscode/vscode-bisect@latest --commit <commit SHA of build to test> --quality stable --flavor cli-alpine-arm64
87+
```
88+
8289
## Client Testing Steps
8390

8491
The Windows system and user executables are installers. After installing VS Code, it can be launched from the start menu. \

0 commit comments

Comments
 (0)