mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-07 17:05:21 -04:00
Docker and Podman images to compile DivestOS easily
This commit is contained in:
parent
15de8ed2e8
commit
34f89596f9
5 changed files with 49 additions and 0 deletions
3
Container/run-image-docker.sh
Normal file
3
Container/run-image-docker.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
mkdir -p $1 $2
|
||||
docker run -it --rm -v $1:/home/$(id -un)/android -v $2:/home/$(id -un)/.ccache android-build-fedora
|
Loading…
Add table
Add a link
Reference in a new issue