From: Luca Boccassi Date: Thu, 14 May 2026 20:06:15 +0000 (+0100) Subject: ci: switch SUSE mkosi mirror to cdn.o.o X-Git-Tag: v261-rc1~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1006535bb9cce96a0765ab0fa161c428453b94cc;p=thirdparty%2Fsystemd.git ci: switch SUSE mkosi mirror to cdn.o.o The cdn mirror is preferred by SUSE for clouds/CIs. There have been issues with some mirrors, which fail to download from GHA quite often lately, so hopefully this will make it reliable again. --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 6c734cbdae8..55be6ab86b8 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -226,6 +226,15 @@ jobs: RAM=4G EOF + # Preferred for cloud/CIs + if [ ${{ matrix.distro }} = opensuse ]; then + tee -a mkosi/mkosi.local.conf <