Drop win32-arm64 from CI and release host matrix
CI / test (push) Has been cancelled
Rolling release / client / macos-latest (push) Has been cancelled
Rolling release / client / windows-latest (push) Has been cancelled
Rolling release / Publish rolling release (push) Has been cancelled
Rolling release / server / darwin-arm64 (push) Has been cancelled
Rolling release / server / darwin-x64 (push) Has been cancelled
Rolling release / server / linux-arm64 (push) Has been cancelled
Rolling release / server / linux-x64 (push) Has been cancelled
Rolling release / server / win32-x64 (push) Has been cancelled
Rolling release / client / ubuntu-latest (push) Has been cancelled

Keep win32-x64 only for Windows server and client builds.
This commit is contained in:
2026-07-11 00:27:00 -04:00
parent 08b6e8be6d
commit 5cc32baf8d
6 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ npm run make:server:linux-x64
# Identity: PEARDOCK_HOME or next to the binary (.env)
```
Hosts: `linux-x64`, `linux-arm64`, `darwin-arm64`, `darwin-x64`, `win32-x64`, `win32-arm64`.
Hosts: `linux-x64`, `linux-arm64`, `darwin-arm64`, `darwin-x64`, `win32-x64`.
Builder: `scripts/bare-standalone.cjs` (passes `bare-node-runtime` imports + Docker socket shims).