bin: add lineageos4microg build script
This commit is contained in:
parent
628fd789a9
commit
2fdbe37063
20
dot_local/bin/executable_lineageos4microg_build_redfin
Normal file
20
dot_local/bin/executable_lineageos4microg_build_redfin
Normal file
@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
|
||||
podman pull lineageos4microg/docker-lineage-cicd
|
||||
|
||||
podman run \
|
||||
-e "BRANCH_NAME=lineage-20.0" \
|
||||
-e "DEVICE_LIST=redfin" \
|
||||
-e "SIGN_BUILDS=true" \
|
||||
-e "SIGNATURE_SPOOFING=restricted" \
|
||||
-e "WITH_GMS=true" \
|
||||
-e "PARALLEL_JOBS=10" \
|
||||
-v "$ANDROID_HOME/lineage:/srv/src" \
|
||||
-v "$ANDROID_HOME/lineageos4microg/zips:/srv/zips" \
|
||||
-v "$ANDROID_HOME/lineageos4microg/logs:/srv/logs" \
|
||||
-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
|
Loading…
Reference in New Issue
Block a user