Skip to content

Commit

Permalink
.github/zephyr: Add imx8ulp target to CI
Browse files Browse the repository at this point in the history
Now that imx8ulp support is ready with Zephyr add it as compilation
target for CI.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
  • Loading branch information
dbaluta committed Dec 18, 2023
1 parent 3967255 commit 479bd7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
# many lines. Pay attention to COMMAS.
IPC_platforms: [
# - IPC3 default
imx8 imx8x imx8m,
imx8 imx8x imx8m imx8ulp,
# - IPC4 default
mtl, lnl,
# Temporary testbed for Zephyr development.
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
# many lines. Pay attention to COMMAS.
platforms: [
# - IPC3 default
imx8 imx8x imx8m,
imx8 imx8x imx8m imx8ulp,
# - IPC4 default
mtl,
tgl tgl-h,
Expand Down

0 comments on commit 479bd7a

Please sign in to comment.