mirror of
https://github.com/systemd/systemd.git
synced 2026-08-09 17:38:42 +00:00
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.
This commit is contained in:
9
.github/workflows/mkosi.yml
vendored
9
.github/workflows/mkosi.yml
vendored
@@ -226,6 +226,15 @@ jobs:
|
||||
RAM=4G
|
||||
EOF
|
||||
|
||||
# Preferred for cloud/CIs
|
||||
if [ ${{ matrix.distro }} = opensuse ]; then
|
||||
tee -a mkosi/mkosi.local.conf <<EOF
|
||||
|
||||
[Distribution]
|
||||
Mirror=https://cdn.opensuse.org/
|
||||
EOF
|
||||
fi
|
||||
|
||||
- name: Generate secure boot key
|
||||
run: mkosi --debug genkey
|
||||
|
||||
|
||||
Reference in New Issue
Block a user