Go to file
ange db854cda24
Some checks failed
/ build (push) Failing after 56m29s
feat: build-tools 34
2025-02-20 14:29:14 +00:00
.gitea/workflows feat: image build cache 2024-11-09 13:02:38 +08:00
action.yml feat(action): pull image instead of rebuild 2025-02-02 01:19:23 +00:00
Dockerfile feat: build-tools 34 2025-02-20 14:29:14 +00:00
entrypoint.sh fix: remove WORKDIR necessities 2025-02-01 23:33:39 +00:00
README.md feat: gitea action 2025-02-01 17:12:54 +00:00

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.