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 "."
Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

-3
View File
@@ -119,7 +119,6 @@ bash-completion
dmidecode
dialog
dmraid
downgrade
duf
fakeroot
freetype2
@@ -186,7 +185,6 @@ firewall-applet
## Live iso specific
arch-install-scripts
iso-create-ml
memtest86+
memtest86+-efi
mkinitcpio-archiso
@@ -276,7 +274,6 @@ ttf-opensans
## General
antergos-wallpapers
antergos-welcome
yay
## Installer
+4
View File
@@ -95,6 +95,10 @@ Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/mirrorlist
[antergos-pkgs]
SigLevel = Optional TrustAll
Server = https://Antergos-NeXT.github.io/antergos-pkgs/x86_64
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]