chore(ci): Build with 24.04

Also fix kernel signer on the new runners
This commit is contained in:
RJ Trujillo 2024-05-16 08:28:10 -06:00 committed by GitHub
parent 926fdb998b
commit e237d4614e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ concurrency:
jobs:
push-ghcr:
name: Make
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
continue-on-error: false
permissions:
contents: read
@ -256,7 +256,7 @@ jobs:
- name: Sign kernel
uses: EyeCantCU/kernel-signer@v0.1.3
with:
image: ${{ steps.build_image.outputs.image }}
image: localhost/${{ steps.build_image.outputs.image }}
privkey: ${{ secrets.AKMOD_PRIVKEY_20230518 }}
pubkey: /etc/pki/akmods/certs/akmods-ublue.der
tags: ${{ steps.build_image.outputs.tags }}
@ -299,7 +299,6 @@ jobs:
signing-secret: ${{ secrets.SIGNING_SECRET }}
tags: ${{ steps.push.outputs.outputs && fromJSON(steps.push.outputs.outputs).digest }}
- name: Echo outputs
if: github.event_name != 'pull_request'
run: |