Skip to content

chore(ci): combining kernel-cache and akmods #275

chore(ci): combining kernel-cache and akmods

chore(ci): combining kernel-cache and akmods #275

Workflow file for this run

name: ublue akmods 41
on:
merge_group:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
schedule:
- cron: '15 0 * * *' # 10 minutes after kernel-cache
workflow_dispatch:
jobs:
kernel-akmods:
name: Cache Kernel & Build Kmods
uses: ./.github/workflows/reusable-build.yml

Check failure on line 16 in .github/workflows/build-41.yml

View workflow run for this annotation

GitHub Actions / ublue akmods 41

Invalid workflow file

The workflow is not valid. .github/workflows/build-41.yml (Line: 16, Col: 11): Input kernel_flavor is required, but not provided while calling. .github/workflows/build-41.yml (Line: 30, Col: 21): Invalid input, image_flavor is not defined in the referenced workflow.
secrets: inherit
strategy:
fail-fast: false
matrix:
kernel_flavor:
- asus
- bazzite
- surface
- main
- coreos-stable
- coreos-testing
with:
fedora_version: 41
image_flavor: ${{ matrix.image_flavor }}