Malik
Malik
I see so I came to this state: ``` running as user 'actions-runner' System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect...
The entrypoint.sh now looks something like this: ``` sh github-act-runner configure --url ${GH_URL} --name "${name}" --token "${GH_TOKEN}" --labels "self-hosted,Linux,$TARGETARCH" github-act-runner run & ``` It calls success than disconnects and immediately...
Ich denke nicht, dass da noch Information fehlt. Der Runner verbindet sich zwar immer und immer wieder, aber hält die Verbindung nicht aufrecht. Vielleicht sollte ich noch erwähnen, dass ich...
I am also experiencing this issue. I cannot use actions runner on armv7. Is there an older version, where armv7 is still suported?
> 🤔 Thanks for bring this up. This is really bad for us. We (actions/runner) have to go to dotnet 8 since dotnet 6 ends its LTS 2 days back......
> Would your runner work if we disable TLS validation? `export GITHUB_ACTIONS_RUNNER_TLS_NO_VERIFY=1` before config the runner. This sounds unsafe I am now using [the latest release](https://github.com/satmandu/runner/releases/tag/v2.321.1) from @satmandu and no...
@satmandu your branch fixed the issue I had when emulating armv7. Through our deployment scheme on actual hardware I still get the same error, which I thought would be related...
Thank you for this information. I am also trying to use actions-runner inside a container running ubuntu noble. But the runtime environemt of that container might still use 32 bit...