From d48fbbce3791b181c5d61ccf5f051396691560ea Mon Sep 17 00:00:00 2001 From: Marcus Rehbock Date: Fri, 7 Aug 2026 18:36:52 -0700 Subject: [PATCH] Build releases on desktop runner (VPS thrashes on NDK compile) Co-Authored-By: Claude Fable 5 --- .gitea/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 61dbd90..06834dc 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -6,7 +6,10 @@ on: jobs: build: - runs-on: ubuntu-latest + # RN/NDK builds starve the 4-core VPS — run on the desktop runner + # (marcusDesktop). Jobs queue while the desktop is off and start when it + # comes online; switch back to ubuntu-latest to build on the VPS. + runs-on: desktop container: image: eclipse-temurin:21-jdk steps: