Add custom Arch-based act_runner image, revert workflow workaround

The runner image is now built on archlinux:base-devel with git,
curl, makepkg and a non-root builder user baked in. This removes
the need for per-workflow pacman installs and enables host mode.
This commit is contained in:
2026-04-01 16:17:04 +02:00
parent 6b21b6d50c
commit d4eec1c506
2 changed files with 7 additions and 3 deletions
-3
View File
@@ -12,9 +12,6 @@ jobs:
update-pkgver:
runs-on: moonarch
steps:
- name: Install dependencies
run: pacman -Sy --noconfirm git
- name: Checkout source repo
run: |
git clone --bare http://gitea:3000/nevaforget/moonarch.git source.git