소스 검색

Add branch condition for SM-A075M-Oneui7

jimsterino98 4 달 전
부모
커밋
6d093585e4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/actions/env-variables/action.yml

+ 2 - 0
.github/actions/env-variables/action.yml

@@ -42,6 +42,8 @@ runs:
        COMMON="$CONFIG/kernel-6.6"
      elif [[ "${{ inputs.branch }}" == "SM-S926B-Oneui8" || ${{ inputs.branch }} == SM-A556* ]]; then
        COMMON="$CONFIG/kernel"
+     elif [[ "${{ inputs.branch }}" == "SM-A075M-Oneui7" ]]; then
+       COMMON="$CONFIG/kernel-5.10"
      else
        COMMON="$CONFIG/kernel_platform/common"
      fi