mirror of https://github.com/thesofproject/sof.git
pull-request.yml: add mt8188 to gcc-build-only
mt8188 toolchain is added to SOF docker image. Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
This commit is contained in:
parent
4cbff552bf
commit
bf149274ad
|
@ -131,7 +131,7 @@ jobs:
|
|||
# to COMMAS. Don't use a single big group so a single failure
|
||||
# does not block all other builds.
|
||||
platform: [rn rmb,
|
||||
mt8186 mt8195,
|
||||
mt8186 mt8195 mt8188,
|
||||
]
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue