Windows ARM build (#9120)

* Windows ARM build

Skip cmake, and note it's unused in the developer docs.

* Win: only check for ninja when we need it

On windows ARM, the cim lookup fails, but we don't need ninja anyway.
This commit is contained in:
Daniel Hiltgen
2025-02-27 09:02:25 -08:00
committed by GitHub
parent 76e903cf9d
commit 688925aca9
2 changed files with 5 additions and 9 deletions

View File

@@ -69,7 +69,7 @@ go run . serve
## Windows (ARM)
Windows ARM does not support additional acceleration libraries at this time.
Windows ARM does not support additional acceleration libraries at this time. Do not use cmake, simply `go run` or `go build`.
## Linux