Skip to content

Commit

Permalink
chore(ci): Drop kernel signer, this is handled in the ublue kernel ca…
Browse files Browse the repository at this point in the history
…che now.
  • Loading branch information
KyleGospo committed Jul 11, 2024
1 parent d7f2656 commit 7949cee
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,15 +256,6 @@ jobs:
extra-args: |
--target=${{ matrix.base_name }}
- name: Sign kernel
uses: ublue-os/[email protected]
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
Expand Down

0 comments on commit 7949cee

Please sign in to comment.