mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-11 07:40:24 -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-podman.sh
Normal file
3
Container/run-image-podman.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
mkdir -p $1 $2
|
||||
podman run -it --rm --user=$(id -un) --workdir="/home/$(id -un)" --entrypoint="/bin/bash" -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