Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5a1d3b8 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

docker-lineage-cicd: Add support for A11

parent e910a759
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -99,6 +99,10 @@ for branch in ${BRANCH_NAME//,/ }; do
        themuppets_branch="lineage-17.1"
        android_version="10"
        ;;
      *r*)
        themuppets_branch="lineage-18.1"
        android_version="11"
        ;;
      *)
        echo ">> [$(date)] Building branch $branch is not (yet) suppported"
        exit 1
+4 −0
Original line number Diff line number Diff line
@@ -56,6 +56,10 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then
      themuppets_branch="lineage-17.1"
      android_version="10"
      ;;
    *r*)
      themuppets_branch="lineage-18.1"
      android_version="11"
      ;;
    *)
      echo ">> [$(date)] Building branch $branch is not (yet) suppported"
      exit 1