Fix CI workflow, add antergos-pkgs repo to build pacman.conf

This commit is contained in:
2026-06-07 19:46:17 +02:00
parent c8d450871b
commit ca3e77f7c9
4 changed files with 13 additions and 5 deletions
+9 -2
View File
@@ -23,10 +23,17 @@ jobs:
git \
squashfs-tools \
wget \
imagemagick
imagemagick \
sudo
- name: Create build user
run: |
useradd -m builder
echo "builder ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
chown -R builder:builder .
- name: Prepare
run: ./prepare.sh
run: sudo -u builder ./prepare.sh
- name: Build ISO
run: ./mkarchiso -v "."