From: Luca Boccassi Date: Sun, 3 Sep 2023 13:07:56 +0000 (+0100) Subject: mkosi: temporarily disable Arch X-Git-Tag: v255-rc1~597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7f842f88850414d1cdb4918c1feba212df5eca1;p=thirdparty%2Fsystemd.git mkosi: temporarily disable Arch The mkosi Arch CI doesn't work as the keyring package is out of date and cannot be built due to various build toolchain issues. Disable the job as it always fails and confuses submitters. --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 5d8b3c01176..54a8481a5e8 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -54,8 +54,9 @@ jobs: fail-fast: false matrix: include: - - distro: arch - release: rolling +# Temporarily disabled due to keyring packaging issues +# - distro: arch +# release: rolling - distro: debian release: testing - distro: ubuntu