From 38aea4c3707971e4a7e968f627abf399640fe540 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Sat, 27 Jun 2026 18:26:16 +0200 Subject: [PATCH] CI: use our buildiso with --overwrite='*' to resolve calamares branding file conflict - Stock buildiso from artools passes --overwrite='*' through basestrap to pacman (basestrap stuffs all remaining args into pacman_args). Our copy already has this flag; CI was ignoring it. - Add jack2, noto-fonts-emoji to common.yaml to pre-resolve provider prompts before they block the build. --- .github/workflows/build.yml | 2 +- iso-profiles/common/common.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2614332..c3c3023 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: - name: Build ISO run: | - buildiso -p antergos + ./buildiso -p antergos - name: Upload ISO artifact uses: actions/upload-artifact@v4 diff --git a/iso-profiles/common/common.yaml b/iso-profiles/common/common.yaml index 09a7f57..2e60a2b 100644 --- a/iso-profiles/common/common.yaml +++ b/iso-profiles/common/common.yaml @@ -50,6 +50,8 @@ packages-base: - which - xfsprogs - zsh + - jack2 + - noto-fonts-emoji packages-apps: - powertop - inxi