mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-27 14:09:50 +00:00
78f801ed9d
fix polyseed
11 lines
261 B
YAML
Executable file
11 lines
261 B
YAML
Executable file
version: '3.6'
|
|
|
|
services:
|
|
build_deps:
|
|
image: build_monero_deps
|
|
environment:
|
|
MONERO_BRANCH: release-v0.18.2.2-android
|
|
volumes:
|
|
- ./output:/opt/android/output
|
|
- ./cache/dotcache:/root/.cache
|
|
- ./cache/dotccache:/root/.ccache
|