Search Criteria
Package Details: act_runner 0.2.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/act_runner.git (read-only, click to copy) |
---|---|
Package Base: | act_runner |
Description: | Runner for Gitea based on Gitea fork of act |
Upstream URL: | https://gitea.com/gitea/act_runner |
Licenses: | MIT |
Submitter: | rocka |
Maintainer: | rocka (lilac) |
Last Packager: | lilac |
Votes: | 1 |
Popularity: | 0.89 |
First Submitted: | 2024-03-06 14:16 (UTC) |
Last Updated: | 2024-09-24 12:35 (UTC) |
Dependencies (3)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
- docker (rancher-desktop-gitAUR, podman-docker-gitAUR, docker-gitAUR, rancher-desktopAUR, docker-cli-binAUR, podman-docker) (optional)
- gitea (gitea-gitAUR) (optional)
Latest Comments
volker.raschek commented on 2025-01-11 11:15 (UTC)
Hi @rocka, yes, of course. Youe need only to adapt the list of supported architectures to
arch=('x86_64' 'aarch64')
.Please take also a look at the systemd service. There is also a bug with the WorkingDirectory, which I explained below.
Volker
rocka commented on 2025-01-11 07:52 (UTC)
@volker.raschek Unfortunately I don't have any arm64 devices to test it, would it just work by changing the
arch=('x86_64')
in PKGBUILD toarch=('x86_64' 'aarch64')
?volker.raschek commented on 2025-01-05 21:19 (UTC)
Hi, the systemd service contains currently a bug, that the .runner dir can not be found.
I've adapted the systemd service of WorkingDirectory=/etc/act_runner
The application starts than without error.
volker.raschek commented on 2025-01-05 14:21 (UTC)
Hi, why is there no support for arm64?
I think this should be no problem.
volker.raschek commented on 2024-09-12 18:05 (UTC)
Any news when the version will be updated?
MiniJack commented on 2024-02-14 01:58 (UTC)
Apologies this got out of date. I will action the comments as soon as I can. Thanks for your input :)
ksj commented on 2024-02-13 15:09 (UTC)
In systemd service is missing
Environment="HOME=/root/"
Otherwise it will fail with
bash: .cache/act/180b39b7a2ede212/act/workflow/0.sh: No such file or directory
And attached act_runner.yaml is older than latest config - act_runner generate-config
Ppjet6 commented on 2023-11-16 13:43 (UTC)
Hi, the service file has a misnamed property
type
(lower case). Systemd complains about it :)