mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android Docker: give the android builder its own name
Users that use docker locally for Windows style build and Android style builds will (probably) not like that we use the same name for both docker containers. So, give the android builder its own name. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
20c40ea6b4
commit
1e1457318c
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ PARENT="$( cd .. && pwd )"
|
|||
docker run -v $PWD:/android/subsurface \
|
||||
-v $PARENT/subsurface-mobile-build-arm:/android/subsurface-mobile-build-arm \
|
||||
-v $PARENT/subsurface-mobile-build-arm64:/android/subsurface-mobile-build-arm64 \
|
||||
--name=builder \
|
||||
--name=android-builder \
|
||||
-w /android \
|
||||
-d dirkhh/android-builder:5.12.02 \
|
||||
/bin/sleep 60m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue