KomodoPlatform / komodo-wallet-mobile

KomodoWallet Mobile codebase
https://komodoplatform.com
MIT License
21 stars 31 forks source link

Docker build image and devcontainer config #147

Open takenagain opened 1 month ago

takenagain commented 1 month 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