Skip to content

Commit

Permalink
workflow: Add scarthgap validation
Browse files Browse the repository at this point in the history
  • Loading branch information
bramoosterhuis committed Oct 23, 2024
1 parent 264556c commit 145f849
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
matrix:
# machine : [raspberrypi3-64, raspberrypi4-64]
# build_type: [debug, release, production]
# yocto_version : [dunfell, kirkstone, scarthgap]
machine : [raspberrypi3-64]
build_type: [debug]
yocto_version : [dunfell, kirkstone]
yocto_version : [dunfell, kirkstone, scarthgap]

name: Build ${{matrix.build_type}} on ${{matrix.yocto_version}} for ${{matrix.machine}}
steps:
Expand Down

0 comments on commit 145f849

Please sign in to comment.