Skip to content

Commit 75d8586

Browse files
EyeCantCUKyleGospo
authored andcommitted
feat(ci): Add kernel signing
1 parent c356b0d commit 75d8586

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

+8
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,14 @@ jobs:
228228
extra-args: |
229229
--target=${{ matrix.base_name }}
230230
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+
231239
# Workaround bug where capital letters in your GitHub username make it impossible to push to GHCR.
232240
# https://github.com/macbre/push-to-ghcr/issues/12
233241
- name: Lowercase Registry

0 commit comments

Comments
 (0)