We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c356b0d commit 75d8586Copy full SHA for 75d8586
.github/workflows/build.yml
@@ -228,6 +228,14 @@ jobs:
228
extra-args: |
229
--target=${{ matrix.base_name }}
230
231
+ - name: Sign kernel
232
+ uses: EyeCantCU/kernel-signer@main
233
+ with:
234
+ image: ${{ steps.build_image.outputs.image }}
235
+ privkey: ${{ secrets.AKMOD_PRIVKEY_20230518 }}
236
+ pubkey: /etc/pki/akmods/certs/akmods-ublue.der
237
+ tags: ${{ steps.build_image.outputs.tags }}
238
+
239
# Workaround bug where capital letters in your GitHub username make it impossible to push to GHCR.
240
# https://github.com/macbre/push-to-ghcr/issues/12
241
- name: Lowercase Registry
0 commit comments