Skip to content

Commit

Permalink
feat: enable Fedora 41 builds
Browse files Browse the repository at this point in the history
This is not a complete PR yet, it only adds the workflow to run on Fedora 41.  We still need to switch around the LATEST, STABLE and GTS labels to the new images before this is GA.
  • Loading branch information
p5 authored Sep 18, 2024
1 parent 2e5e007 commit cd6c7cf
Showing 1 changed file with 15 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 main 41
on:
pull_request:
merge_group:
schedule:
- cron: '5 4 * * *' # 4am-ish UTC everyday (timed against official fedora container pushes)
workflow_dispatch:

jobs:
build:
name: build
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
fedora_version: 41

0 comments on commit cd6c7cf

Please sign in to comment.