mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
Correct the description of what is built
This commit is contained in:
parent
1232b209cd
commit
653a0d68f4
@ -34,9 +34,11 @@ start!
|
|||||||
|
|
||||||
## What does Docker build
|
## What does Docker build
|
||||||
|
|
||||||
Docker will produce two files in the `zips` directory:
|
Docker will produce the following files in the `zips` directory:
|
||||||
1. The main ROM zip file e.g. `lineage-20.0-20230702-microG-<device-name>.zip`. This file can be flashed from recovery as described in the next section.
|
- the main ROM zip file e.g. `lineage-20.0-20230702-microG-<device-name>.zip`. This file can be flashed from recovery as described in the next section
|
||||||
2. A `-image.zip` file e.g. `lineage-20.0-20230702-microG-<device-name>-images.zip`, containing a custom recovery image and any other images needed or mentioned in the LineageOS installation instructions.
|
- a custom recovery image (e.g. `lineage-20.0-20230702-microG-<device-name>-recovery.img` or `lineage-20.0-20230702-microG-<device-name>-boot.img`) and any other images needed or mentioned in the LineageOS installation instructions;
|
||||||
|
- if the `ZIP_UP_IMAGES` environment variable is set `true`, these images will be zipped up into an `-images.zip` file e.g. `lineage-20.0-20230702-microG-<device-name>-images.zip`
|
||||||
|
- else, if the `MAKE_IMG_ZIP_FILE` environment variable is set `true` the images are zipped into a flashable `...-img.zip` file (e.g. `lineage-20.0-20230702-microG-<device-name>-img.zip`) which can be installed using `fastboot flash` or `fastboot update`
|
||||||
|
|
||||||
## How can I build LineageOS?
|
## How can I build LineageOS?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user