mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-23 06:41:11 +00:00
chore(ci): Build with 24.04
Also fix kernel signer on the new runners
This commit is contained in:
parent
926fdb998b
commit
e237d4614e
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user