Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from tazihad/drop-fedora-40
Browse files Browse the repository at this point in the history
ci: 🔖 dropping f40
  • Loading branch information
tazihad authored Oct 26, 2024
2 parents 2ff3899 + d24ca71 commit 60d2ead
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-kandari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
MY_IMAGE_DESC: "Kandari OS"
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit
PATCH_VERSION: "0"
FEDORA_SUPPORT_RELEASE: "40 41" # Global Fedora releases
FEDORA_SUPPORT_RELEASE: "41" # Global Fedora releases ### NOTE: example - [FEDORA_SUPPORT_RELEASE: "40 41"]

jobs:
build_regular_images:
Expand All @@ -32,7 +32,7 @@ jobs:

strategy:
matrix:
fedora_release: [40, 41] # Fedora release matrix
fedora_release: [41] # Fedora release matrix ### NOTE: example - fedora_release: [40, 41]
edition: [kde, gnome]
variant: [regular]
include:
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:

strategy:
matrix:
fedora_release: [40, 41]
fedora_release: [41] ###NOTE: example - fedora_release: [40, 41]
edition: [kde, gnome]
variant: [nvidia]
include:
Expand Down

0 comments on commit 60d2ead

Please sign in to comment.