Go to file
ange 3b8d5f8a10
All checks were successful
/ build (push) Successful in 8m6s
fix: kaniko forbidden syntax
2025-02-01 23:37:39 +00:00
.gitea/workflows feat: image build cache 2024-11-09 13:02:38 +08:00
action.yml feat: gitea action 2025-02-01 17:12:54 +00:00
Dockerfile fix: kaniko forbidden syntax 2025-02-01 23:37:39 +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.