Prebuilt binaries of this package can be found in arch4edu.
Search Criteria
Package Details: github-actions-bin 2.336.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/github-actions-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | github-actions-bin |
| Description: | GitHub Actions self-hosted runner tools. |
| Upstream URL: | https://github.com/actions/runner |
| Licenses: | MIT |
| Conflicts: | github-actions |
| Provides: | github-actions |
| Submitter: | ioquatix |
| Maintainer: | petronny (ioquatix, AutoUpdateBot) |
| Last Packager: | AutoUpdateBot |
| Votes: | 5 |
| Popularity: | 0.000348 |
| First Submitted: | 2020-04-01 04:25 (UTC) |
| Last Updated: | 2026-07-21 10:13 (UTC) |
Dependencies (1)
- sudo (sudo-gitAUR, fudo-gitAUR, sudo-selinuxAUR, doas-sudo-shim-gitAUR, run0-sudoAUR, run0-sudo-shim-selinuxAUR, run0-sudo-shimAUR, run0-sudo-shim-gitAUR, doas-sudo-shimAUR, voixAUR, sudo-rs-system-names-gitAUR)
Required by (0)
Sources (6)
- github-actions.service
- github-actions.sysusers
- github-actions.tmpfiles
- https://github.com/actions/runner/releases/download/v2.336.0/actions-runner-linux-arm-2.336.0.tar.gz
- https://github.com/actions/runner/releases/download/v2.336.0/actions-runner-linux-arm64-2.336.0.tar.gz
- https://github.com/actions/runner/releases/download/v2.336.0/actions-runner-linux-x64-2.336.0.tar.gz
Latest Comments
« First ‹ Previous 1 2
petronny commented on 2022-09-28 08:29 (UTC)
petronny commented on 2022-09-28 08:15 (UTC) (edited on 2022-09-28 08:24 (UTC) by petronny)
@bidskii I don't think we should recursively change the permission if it's not a fresh install. But recursively changing the permission for bin and external is ok.
And you are getting that error because you already have /var/lib/github-actions/bin.2.296.1/ in your system. So it's trying to move bin/ under bin.2.296.1 instead of renaming bin. Remove that folder (also external.2.296.1) should fix the error.
bidskii commented on 2022-09-27 05:58 (UTC)
I am experiencing an issue where the auto-updater is failing to update with a log that looks like this
$ cat /var/lib/github-actions/_diag/SelfUpdate-20220927-053658.log.failed
[2022-09-27 15:36:58-2214] --------whoami--------
github-actions
[2022-09-27 15:36:58-2235] --------whoami--------
[2022-09-27 15:36:58-2245] Waiting for Runner.Listener (3906403) to complete
[2022-09-27 15:36:58-2254] Process 3906403 still running
[2022-09-27 15:37:00-0014] Process 3906403 finished running
[2022-09-27 15:37:00-0022] Sleep 1 more second to make sure process exited
[2022-09-27 15:37:01-0011] move /var/lib/github-actions/bin /var/lib/github-actions/bin.2.296.1
mv: cannot move '/var/lib/github-actions/bin' to '/var/lib/github-actions/bin.2.296.1/bin': Permission denied
[2022-09-27 15:37:01-0029] Can't move /var/lib/github-actions/bin to /var/lib/github-actions/bin.2.296.1
Having a look at the ownership of some of the files/folders in /var/lib/github-actions some things have a user and group of root:root.
If I am not mistaken, the github-actions.tmpfiles is meant to be helping to control the ownership of the /var/lib/github-actions folder, but should it not be doing this recursively? i.e. should github-actions.tmpfiles not look like this? (note the capital Z)
Z /var/lib/github-actions 0775 root github-actions
ioquatix commented on 2021-04-28 06:28 (UTC)
I tried to update the package but we cannot push packages which contain subdirectories. I asked in the forum if we can find an answer to this:
ioquatix commented on 2020-06-13 00:47 (UTC)
@petronny please make a pull request https://github.com/ioquatix/github-actions-bin
petronny commented on 2020-06-12 15:41 (UTC)
Please add armv6h, armv7h and aarch64.
For armv{6,7}h https://github.com/actions/runner/releases/download/v2.263.0/actions-runner-linux-arm-2.263.0.tar.gz
For aarch64: https://github.com/actions/runner/releases/download/v2.263.0/actions-runner-linux-arm64-2.263.0.tar.gz
Pinned Comments
petronny commented on 2022-09-28 08:29 (UTC)
Prebuilt binaries of this package can be found in arch4edu.