Skip to content

Commit

Permalink
Merge pull request #1131 from ublue-os/24.04-runners
Browse files Browse the repository at this point in the history
chore(ci): Build with 24.04
  • Loading branch information
EyeCantCU authored May 16, 2024
2 parents 926fdb9 + e5dd721 commit 8d57a9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
uses: ublue-os/just-action@v1

- name: Maximize build space
uses: ublue-os/remove-unwanted-software@v6
uses: ublue-os/remove-unwanted-software@v7

- name: Generate tags
id: generate-tags
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
--target=${{ matrix.base_name }}
- name: Sign kernel
uses: EyeCantCU/kernel-signer@v0.1.3
uses: EyeCantCU/kernel-signer@v0.2.0
with:
image: ${{ steps.build_image.outputs.image }}
privkey: ${{ secrets.AKMOD_PRIVKEY_20230518 }}
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 8d57a9c

Please sign in to comment.