Skip to content

Commit 93bb992

Browse files
DaanDeMeyerkeszybz
authored andcommitted
mkosi: Re-enable arch but disable keyring checking
No need to disable arch completely, let's just disable keyring checking to get CI working again for now. (cherry picked from commit 16173ab)
1 parent 0e25a21 commit 93bb992

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/mkosi.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,15 @@ jobs:
103103
Ephemeral=yes
104104
EOF
105105
106+
# TODO: Remove once archlinux-keyring is updated in ppa:michel-slm/kernel-utils.
107+
tee mkosi.conf.d/11-arch-keyring.conf <<- EOF
108+
[Match]
109+
Distribution=arch
110+
111+
[Distribution]
112+
RepositoryKeyCheck=no
113+
EOF
114+
106115
# For erofs, we have to install linux-modules-extra-azure, but that doesn't match the running kernel
107116
# version, so we can't load the erofs module. squashfs is a builtin module so we use that instead.
108117

0 commit comments

Comments
 (0)