From: Daan De Meyer Date: Thu, 22 Aug 2024 13:06:35 +0000 (+0200) Subject: ci: Disable Arch Linux image with Ubuntu tools tree X-Git-Tag: v25~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25148d9a15fd498fd6ddc17234a048e5dff264df;p=thirdparty%2Fmkosi.git ci: Disable Arch Linux image with Ubuntu tools tree archlinux-keyring in Ubuntu Noble is already too old. Until it's updated, let's disable the CI build. For the Github Action we add the kernel-utils ppa which does have an updated archlinux-keyring. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 673a6be65..d209205d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,6 +120,10 @@ jobs: tools: opensuse - distro: ubuntu tools: opensuse + # archlinux-keyring on Ubuntu is too old + # TODO: Re-enable if https://bugs.launchpad.net/ubuntu/+source/archlinux-keyring/+bug/2076416/ is resolved. + - distro: arch + tools: ubuntu steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332