From 1006535bb9cce96a0765ab0fa161c428453b94cc Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Thu, 14 May 2026 21:06:15 +0100 Subject: [PATCH] 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. --- .github/workflows/mkosi.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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 <