github_actions_riscv icon indicating copy to clipboard operation
github_actions_riscv copied to clipboard

Runner update temporarily disconnects the runner

Open Azathothas opened this issue 5 months ago • 1 comments

Hi, when the runner connects the first time, it tries to install some update

√ Connected to GitHub

Current runner version: '2.321.0'
2025-07-03 06:11:27Z: Listening for Jobs
Runner update process finished.
An error occurred: A package with type agent, platform linux-riscv64, version 2.325.0 was not found.
Runner listener exit with retryable error, re-launch runner in 5 seconds.
Restarting runner...

√ Connected to GitHub

Current runner version: '2.321.0'
2025-07-03 06:12:47Z: Listening for Jobs
2025-07-03 06:13:38Z: Running job: riscv64-Linux ==> (ghcr.io/pkgforge/bincache/desync/official/source)

Is there a way to disable this auto update, currently I run the runner with these args:

   "./config.sh" \
     --name "${RUNNER_ID}" \
     --labels "${RUNNER_LABELS}" \
     --token "${RUNNER_TOKEN}" \
     --url "${REG_URL}" \
     --unattended \
     --replace \
     --ephemeral

Azathothas avatar Jul 03 '25 06:07 Azathothas

seems like https://github.com/dkurt/github_actions_riscv/issues/11 , but the runner here does actually work (after the first disconnect) It gets online and runs the job

Azathothas avatar Jul 03 '25 06:07 Azathothas