Skip to content

Commit

Permalink
.github: add imx8ulp gcc build to pull request tests
Browse files Browse the repository at this point in the history
Fixes commit b40a2f7 ("docker: Add support for i.MX8ULP platform")

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb authored and lgirdwood committed Jan 21, 2022
1 parent 62d57d6 commit 7f45cb7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ jobs:

strategy:
matrix:
platform: [sue jsl tgl]
platform: [imx8ulp,
sue jsl tgl,
rn,
]

steps:

Expand Down

0 comments on commit 7f45cb7

Please sign in to comment.