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
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:
@@ -37,8 +37,6 @@ jobs:
|
||||
host: darwin-x64
|
||||
- os: ubuntu-latest
|
||||
host: win32-x64
|
||||
- os: ubuntu-latest
|
||||
host: win32-arm64
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
|
||||
+1
-1
@@ -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).
|
||||
|
||||
|
||||
@@ -507,13 +507,11 @@
|
||||
"make:server:darwin-arm64": "node scripts/bare-standalone.cjs --product server --host darwin-arm64",
|
||||
"make:server:darwin-x64": "node scripts/bare-standalone.cjs --product server --host darwin-x64",
|
||||
"make:server:win32-x64": "node scripts/bare-standalone.cjs --product server --host win32-x64",
|
||||
"make:server:win32-arm64": "node scripts/bare-standalone.cjs --product server --host win32-arm64",
|
||||
"make:client:linux-x64": "electron-forge make --platform linux --arch x64",
|
||||
"make:client:linux-arm64": "electron-forge make --platform linux --arch arm64",
|
||||
"make:client:darwin-arm64": "electron-forge make --platform darwin --arch arm64",
|
||||
"make:client:darwin-x64": "electron-forge make --platform darwin --arch x64",
|
||||
"make:client:win32-x64": "electron-forge make --platform win32 --arch x64",
|
||||
"make:client:win32-arm64": "electron-forge make --platform win32 --arch arm64",
|
||||
"release:rolling": "bash scripts/gitea-rolling-release.sh",
|
||||
"start:server:bin": "node bin/peardock-server.mjs",
|
||||
"make:bin": "node scripts/bare-standalone.cjs",
|
||||
|
||||
@@ -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') {
|
||||
|
||||
@@ -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 .\`).
|
||||
|
||||
@@ -26,7 +26,6 @@ const SERVER_HOSTS = [
|
||||
'darwin-x64',
|
||||
'linux-arm64',
|
||||
'linux-x64',
|
||||
'win32-arm64',
|
||||
'win32-x64',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user