mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
10 lines
183 B
YAML
10 lines
183 B
YAML
|
version: '3.6'
|
||
|
|
||
|
services:
|
||
|
build_deps:
|
||
|
image: build_monero_deps
|
||
|
environment:
|
||
|
MONERO_BRANCH: release-v0.18.2.2-android
|
||
|
volumes:
|
||
|
- ./output:/opt/android/output
|