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
@@ -184,7 +184,7 @@ async function main(argv) {
const a = argv[i]
if (a === '--help' || a === '-h') {
console.log('Usage: node scripts/bare-standalone.cjs --product server|client|both --host <host> [...]')
console.log('Hosts: linux-x64 linux-arm64 darwin-arm64 darwin-x64 win32-x64 win32-arm64')
console.log('Hosts: linux-x64 linux-arm64 darwin-arm64 darwin-x64 win32-x64')
return
}
if (a === '--product') {
+1 -1
View File
@@ -119,7 +119,7 @@ Automated **rolling** release of peardock.
| **peardock-client-\<host\>** | Electron Forge (full Pear GUI) | Desktop UI + HyperDHT client + Holesail control |
### Server hosts
\`linux-x64\`, \`linux-arm64\`, \`darwin-arm64\`, \`darwin-x64\`, \`win32-x64\`, \`win32-arm64\`
\`linux-x64\`, \`linux-arm64\`, \`darwin-arm64\`, \`darwin-x64\`, \`win32-x64\`
### Client
AppImage / zip of the packaged Electron app (same UI as \`pear run -d .\`).
-1
View File
@@ -26,7 +26,6 @@ const SERVER_HOSTS = [
'darwin-x64',
'linux-arm64',
'linux-x64',
'win32-arm64',
'win32-x64',
]