Skip to content

Add GHA build and deploy workflows #5

Add GHA build and deploy workflows

Add GHA build and deploy workflows #5

Workflow file for this run

name: Intel NUC
on:
# With these triggers the Yocto jobs will run
# in parallel with the Flowzone jobs, which is fine for now
# and allows us to better control what we want to test and when.
# It is expected that Flowzone could fail, but yocto jobs will run.
pull_request:
types: [opened, synchronize, closed]
branches:
- "main"
- "master"
pull_request_target:
types: [opened, synchronize, closed]
branches:
- "main"
- "master"
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@cb807e274e6a130d861a3b305a358f34e89cd31e
secrets: inherit
with:
machine: genericx86-64
# Needed for testing - deafults to production
environment: staging
# Needed for testing as this meta balena commit has the test suite split into 3
meta-balena-ref: f2a99b11212c2e3eed74dbc26abc5cf96d3b2726