|
||
---|---|---|
.gitea/workflows | ||
action.yml | ||
Dockerfile | ||
entrypoint.sh | ||
README.md |
docker-flutter
Action
- uses: icing/flutter@main
Docker image
Examples
- Run
docker volume create --ignore fluttercache
docker run --rm --network host -v "$PWD:/app/" -v "fluttercache:/home/gradle/.gradle/" git.gmoker.com/icing/flutter:main run
- Build
docker volume create --ignore fluttercache
docker run --rm -v "$PWD:/app/" -v "fluttercache:/home/gradle/.gradle/" git.gmoker.com/icing/flutter:main build apk
The apk will be found at build/app/outputs/flutter-apk/app-release.apk
.