Skip to content

Commit

Permalink
feat(ci): enable Fedora 41 builds (#289)
Browse files Browse the repository at this point in the history
* feat(ci): enable Fedora 41 builds

* chore: disable surface builds
  • Loading branch information
p5 authored Oct 18, 2024
1 parent f3806ea commit 47e360b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-41.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ublue hwe 41
on:
pull_request:
merge_group:
schedule:
- cron: '0 4 * * *' # 4:00-ish UTC everyday
workflow_dispatch:

jobs:
build:
name: build
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
fedora_version: 41
2 changes: 2 additions & 0 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
# There is no more asus on Fedora -1
- kernel_flavor: asus
fedora_version: 39
- kernel_flavor: surface
fedora_version: 41

steps:
# Checkout push-to-registry action GitHub repository
Expand Down

0 comments on commit 47e360b

Please sign in to comment.