Closed takenagain closed 4 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):
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
In both instances, the apk file should appear in build/app/outputs/flutter-apk/app-release.apk
build/app/outputs/flutter-apk/app-release.apk
Docker image source: Cirrus Labs Android SDK Images
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:
To build in GitHub Codespaces open a terminal and run:
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