diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 1129ce0..f8181b1 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -49,6 +49,10 @@ jobs: # Don't build/push "main" since it would be a duplicate of the "base" `*-main` images - kernel_flavor: main image_target: main + # There is no more asus on Fedora -1 + - kernel_flavor: asus + fedora_version: 39 + steps: # Checkout push-to-registry action GitHub repository - name: Checkout Push to Registry action