Skip to content

Docker-free build

Docker-free build #6

Workflow file for this run

name: Git Push Workflow Actions
on:
pull_request:
types: [opened, reopened, synchronize]
concurrency:
group: pr-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
build-flexbuild:
strategy:
matrix:
machine:
- imx8mm-var-dart
- imx8mp-var-dart
- imx8mn-var-som
- imx95-var-dart
- imx93-var-som
- imx8qxp-var-som
- imx8mq-var-dart
rootfs:
- desktop
uses: varigit-dev/action-workflows/.github/workflows/flexbuild.yml@dev_flexbuild

Check failure on line 25 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "varigit-dev/action-workflows/.github/workflows/flexbuild.yml@dev_flexbuild" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
flexbuild-ref: ${{ github.sha }}
debian-version: 12
debian-version-name: bookworm
machine: ${{ matrix.machine }}
rootfs: ${{ matrix.rootfs }}
secrets:
DO_SPACES_KEY: ${{ secrets.DO_SPACES_KEY }}
DO_SPACES_SECRET: ${{ secrets.DO_SPACES_SECRET }}
DO_SPACES_ENDPOINT: ${{ secrets.DO_SPACES_ENDPOINT }}