https://github.com/timtech4u/cloud-builder-flutter
https://github.com/timtech4u/cloud-builder-flutter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timtech4u/cloud-builder-flutter
- Owner: Timtech4u
- Created: 2019-08-15T12:47:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-17T08:42:46.000Z (almost 7 years ago)
- Last Synced: 2025-11-08T02:04:03.371Z (8 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Cloud Builder
## How to use:
- Build and push the [Dockerfile](./Dockerfile) to a GCR project e.g. *grc.io/myproject/flutter*
- Create a build config file containing the step below:
```
name: 'gcr.io/$PROJECT_ID/flutter'
entrypoint: '/bin/bash'
args: ['flutter', 'build', 'apk']
```
- You can add optional steps to push built files to various destinations, [see here](https://fullstackgcp.com/automate-building-android-apks-with-google-cloud-build-cicd-and-a-gradle-docker-image-cjy15jb3o0028css1m0og45nw)