mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-04 15:35:04 -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
7
Container/build-image-docker.sh
Normal file
7
Container/build-image-docker.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# from https://android.googlesource.com/platform/build/+/master/tools/docker
|
||||
# Copy your host gitconfig, or create a stripped down version
|
||||
cp ~/.gitconfig gitconfig
|
||||
docker build --build-arg userid=$(id -u) --build-arg groupid=$(id -g) --build-arg username=$(id -un) -t android-build-fedora .
|
||||
rm gitconfig
|
Loading…
Add table
Add a link
Reference in a new issue