From 7949cee2f35ffda55aff08e7e7f7268e1f9a157a Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 11 Jul 2024 09:51:53 -0700 Subject: [PATCH] chore(ci): Drop kernel signer, this is handled in the ublue kernel cache now. --- .github/workflows/build.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 396a3b1a15..dde90f0551 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -256,15 +256,6 @@ jobs: extra-args: | --target=${{ matrix.base_name }} - - name: Sign kernel - uses: ublue-os/kernel-signer@v0.2.4 - with: - image: ${{ steps.build_image.outputs.image }} - default-tag: ${{ env.DEFAULT_TAG }} - privkey: ${{ secrets.AKMOD_PRIVKEY_20230518 }} - pubkey: /etc/pki/akmods/certs/akmods-ublue.der - tags: ${{ steps.build_image.outputs.tags }} - # Workaround bug where capital letters in your GitHub username make it impossible to push to GHCR. # https://github.com/macbre/push-to-ghcr/issues/12 - name: Lowercase Registry