diff --git a/dot_local/bin/executable_lineageos4microg_build_redfin b/dot_local/bin/executable_lineageos4microg_build_redfin index df4f0ba..cbadca9 100644 --- a/dot_local/bin/executable_lineageos4microg_build_redfin +++ b/dot_local/bin/executable_lineageos4microg_build_redfin @@ -2,14 +2,12 @@ set -x -podman pull lineageos4microg/docker-lineage-cicd:lineage-21 +podman pull lineageos4microg/docker-lineage-cicd:experimental podman run \ -e "BRANCH_NAME=lineage-21.0" \ -e "DEVICE_LIST=redfin" \ -e "SIGN_BUILDS=true" \ - -e "SIGNATURE_SPOOFING=restricted" \ - -e "WITH_GMS=true" \ -e "PARALLEL_JOBS=10" \ -e "RESET_VENDOR_UNDO_PATCHES=false" \ -e "CALL_REPO_INIT=false" \ @@ -22,4 +20,4 @@ podman run \ -v "$XDG_CACHE_HOME/ccache:/srv/ccache" \ -v "$ANDROID_HOME/lineageos4microg/keys:/srv/keys" \ -v "$ANDROID_HOME/lineageos4microg/manifests:/srv/local_manifests" \ - lineageos4microg/docker-lineage-cicd:lineage-21 + lineageos4microg/docker-lineage-cicd:experimental