Skip to content

chore: update from rechunk branch #10

chore: update from rechunk branch

chore: update from rechunk branch #10

name: Stable Images
on:
merge_group: # Make Stable-Daily run on merge groups
pull_request:
branches:
- main
- testing
paths-ignore:
- "**.md"
- "iso_files/**"
- "flatpaks/**"
- ".github/workflows/*iso*"
- "system_files/shared/etc/bazaar/**"
- "**.Brewfile"
- "just/*.just"
schedule:
- cron: "15 1 * * TUE" # Every Tuesday at 1:15 AM
workflow_call:
workflow_dispatch:
jobs:
build-image-stable:
name: Build Stable Images
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
strategy:
fail-fast: false
matrix:
brand_name: ["aurora"]
with:
#kernel_pin: 6.14.11-300.fc42.x86_64 ## This is where kernels get pinned.
brand_name: ${{ matrix.brand_name }}
stream_name: stable
generate-release:
name: Generate Release
needs: [build-image-stable]
secrets: inherit
uses: ./.github/workflows/generate-release.yml
with:
stream_name: '["stable", "stable-daily"]'