From 9724ad55e99d570fe51dbea44b496964733fa59a Mon Sep 17 00:00:00 2001 From: viktorxda <35473052+viktorxda@users.noreply.github.com> Date: Fri, 14 Apr 2023 06:26:53 +0200 Subject: [PATCH] Add SSC338Q to matrix_build.yml (#721) Co-authored-by: Viktor --- .github/workflows/matrix_build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/matrix_build.yml b/.github/workflows/matrix_build.yml index 348f801f..e813768b 100644 --- a/.github/workflows/matrix_build.yml +++ b/.github/workflows/matrix_build.yml @@ -55,6 +55,7 @@ jobs: - rv1126 - s3l - ssc335 + - ssc338q - t31 - xm510 - xm530 @@ -246,6 +247,8 @@ jobs: release: lite - platform: ssc337de release: lite + - platform: ssc338q + release: lite - platform: t10 release: lite - platform: t20 @@ -473,7 +476,7 @@ jobs: if [ -f uImage ]; then # TODO: doesn't fit to lite case ${{ matrix.platform }} in - hi3516cv500|hi3516dv300|hi3516av300) + hi3516cv500|hi3516dv300|hi3516av300|ssc338q) MAX_KERNEL_SIZE=${MAX_KERNEL_SIZE_ULTIMATE} MAX_ROOTFS_SIZE=${MAX_ROOTFS_SIZE_ULTIMATE} ;;