KomodoPlatform / komodo-wallet-mobile

KomodoWallet Mobile codebase
https://komodoplatform.com
MIT License
25 stars 36 forks source link

Docker build image and devcontainer config #147

Closed takenagain closed 4 months ago

takenagain commented 6 months ago

Add two docker files to the repository to enable:

NOTE: There are known issues with building this repository using docker on ARM-based systems (e.g. M-series Macs, Raspberry Pi):

Usage

Use the following commands to build locally on x86 systems using Docker:

sh .docker/build_apk_release.sh

To build in GitHub Codespaces open a terminal and run:

flutter build apk --release

Open in GitHub Codespaces

In both instances, the apk file should appear in build/app/outputs/flutter-apk/app-release.apk

Docker image source: Cirrus Labs Android SDK Images