Skip to content

refactor: Reorganize Build Process #8

refactor: Reorganize Build Process

refactor: Reorganize Build Process #8

Workflow file for this run

name: GTS Images
on:
pull_request:
branches:
- main
- testing
paths-ignore:
- '**.md'
schedule:
- cron: '41 5 * * 0' # 5:41 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:
matrix:
image_flavor: [main, nvidia]
base_name: [bluefin, bluefin-dx]
with:
image_flavor: ${{ matrix.image_flavor }}
base_name: ${{ matrix.base_name }}
fedora_version: gts