Skip to content

add leviathan prep and device-repo example pseudocode #1

add leviathan prep and device-repo example pseudocode

add leviathan prep and device-repo example pseudocode #1

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:
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build.yml@<tag>
secrets: inherit
with:
machine: generic-amd64
sign-image: true
development-mode: false
environment: 'production' # used to select prod api key , # prod api url # SSH url = blank
... etc

Check failure on line 19 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 19
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