Skip to content

Commit

Permalink
.github/zephyr.yml: fix IPC3 / IPC4 comments
Browse files Browse the repository at this point in the history
MTL is IPC4 by default.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and lgirdwood committed Sep 23, 2022
1 parent 9462baf commit cb656fe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ jobs:
strategy:
fail-fast: false
matrix:
# Using groups to avoid spamming the small results box with too
# many lines. Pay attention to COMMAS.
IPC_platforms: [
# IPC3
# - IPC3 default
apl cnl,
icl jsl,
tgl tgl-h,
imx8 imx8x imx8m,
# - IPC4 default
mtl,
# only tgl has IPC4 overlay file now
# Very few IPC3 platforms support IPC4 too.
-i IPC4 tgl,
]
zephyr_revision: [
Expand Down

0 comments on commit cb656fe

Please sign in to comment.