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

Commit ac306a6d authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

docker-lineage-cicd: Add support for android 12

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