We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e25a21 commit 93bb992Copy full SHA for 93bb992
.github/workflows/mkosi.yml
@@ -103,6 +103,15 @@ jobs:
103
Ephemeral=yes
104
EOF
105
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
115
# For erofs, we have to install linux-modules-extra-azure, but that doesn't match the running kernel
116
# version, so we can't load the erofs module. squashfs is a builtin module so we use that instead.
117
0 commit comments