Skip to content

rework into single workflow #4

rework into single workflow

rework into single workflow #4

Workflow file for this run

name: Yocto build
# device repo example psuedo code for visualisation purposes
on:
pull_request:
branches:
- main
- master
jobs:
yocto-generic-amd64:
name: yocto-build-generic-amd64
uses: ./.github/workflows/yocto-build-deploy.yml
needs: flowzone
secrets: inherit
with:
environment: production
machine: generic-amd64
sign-image: true
deploy-hostapp: true
device_slug: "generic-amd64"
os_version: "5.2.4"
is_private: false
generic-aarch64:
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build.yml@<tag>
secrets: inherit
with:
machine: generic-aarch64
sign-image: false
development-mode: true
environment: 'balena-machine' # have a github env with SSH port , ssh URL
... etc

Check failure on line 33 in .github/workflows/repo-example.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/repo-example.yml

Invalid workflow file

You have an error in your yaml syntax on line 33