Skip to content

feat(sddm): add mount unit for installing sddm themes in Discover #224

feat(sddm): add mount unit for installing sddm themes in Discover

feat(sddm): add mount unit for installing sddm themes in Discover #224

Workflow file for this run

name: GTS Images
on:
pull_request:
branches:
- main
- testing
paths-ignore:
- "**.md"
schedule:
- cron: "45 5 * * 0" # 5:45 UTC Weekly on Sundays
workflow_dispatch:
workflow_call:
jobs:
build-image-gts:
name: Build GTS Images
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
strategy:
fail-fast: false
matrix:
brand_name: [bluefin]
with:
kernel_pin: 6.11.3-200.fc40.x86_64
brand_name: ${{ matrix.brand_name }}
stream_name: gts
generate_release:
name: Generate Release
needs: [build-image-gts]
secrets: inherit
uses: ./.github/workflows/generate-release.yml
with:
stream_name: '["gts"]'
build-iso-gts:
name: Build GTS ISOs
needs: [build-image-gts]
if: github.event_name == 'schedule'
secrets: inherit
uses: ./.github/workflows/build-iso-gts.yml