Skip to content

move katsu.yml to calls directory, experiment with dedicated formats … #6

move katsu.yml to calls directory, experiment with dedicated formats …

move katsu.yml to calls directory, experiment with dedicated formats … #6

Workflow file for this run

name: Build all images
# todo: exclusive to current branch, but for now we're hackinng
on:
push:
jobs:
build:
strategy:
fail-fast: false
matrix:
variants:
- name: gnome
uses: ./.github/workflows/calls/katsu.yml

Check failure on line 15 in .github/workflows/build-images.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-images.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
# arch: ${{ matrix.arch }}
variant: ${{ matrix.variants.name }}
include: ${{ matrix.variants.includes }}