mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-23 15:40:23 +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:
|
jobs:
|
||||||
push-ghcr:
|
push-ghcr:
|
||||||
name: Make
|
name: Make
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@ -256,7 +256,7 @@ jobs:
|
|||||||
- name: Sign kernel
|
- name: Sign kernel
|
||||||
uses: EyeCantCU/kernel-signer@v0.1.3
|
uses: EyeCantCU/kernel-signer@v0.1.3
|
||||||
with:
|
with:
|
||||||
image: ${{ steps.build_image.outputs.image }}
|
image: localhost/${{ steps.build_image.outputs.image }}
|
||||||
privkey: ${{ secrets.AKMOD_PRIVKEY_20230518 }}
|
privkey: ${{ secrets.AKMOD_PRIVKEY_20230518 }}
|
||||||
pubkey: /etc/pki/akmods/certs/akmods-ublue.der
|
pubkey: /etc/pki/akmods/certs/akmods-ublue.der
|
||||||
tags: ${{ steps.build_image.outputs.tags }}
|
tags: ${{ steps.build_image.outputs.tags }}
|
||||||
@ -299,7 +299,6 @@ jobs:
|
|||||||
signing-secret: ${{ secrets.SIGNING_SECRET }}
|
signing-secret: ${{ secrets.SIGNING_SECRET }}
|
||||||
tags: ${{ steps.push.outputs.outputs && fromJSON(steps.push.outputs.outputs).digest }}
|
tags: ${{ steps.push.outputs.outputs && fromJSON(steps.push.outputs.outputs).digest }}
|
||||||
|
|
||||||
|
|
||||||
- name: Echo outputs
|
- name: Echo outputs
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user