move back from calls folder, gha doesn't like it #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/katsu.yml | |
with: | |
# arch: ${{ matrix.arch }} | |
variant: ${{ matrix.variants.name }} | |
include: ${{ matrix.variants.includes }} |