Hello everybody,
i want to build the image for samsung galaxy s4 mini (serranoltexx). Docker ist running correctly, “sudo docker run hello-world” is working.
My command:
sudo docker run -v “/srv/e/src:/srv/src” -v “/srv/e/zips:/srv/zips” -v “/srv/e/logs:/srv/logs” -v “/srv/e/ccache:/srv/ccache” -e “BRANCH_NAME=v0.9.0-nougat” -e “DEVICE_LIST=serranoltexx” -e “OTA_URL=” -e “REPO=https://gitlab.e.foundation/e/os/releases.git” registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community
Here is the result, it says cant detect android version:
Does anybody sees my failure?