cloud-builders-community
cloud-builders-community copied to clipboard
Add flutter cloud builder
Hello, any plans to support flutter cloud builder ? I would to use cloudbuild.yaml
in my CI to build new release of my flutter application :)
We would love to see a Flutter builder contribution to the Community Builders repo. Interested? See the Contributing section for instructions.
I'd like too, I will try to manage time to do it
Fantastic! We don't have any Flutter experience here on the cloud-builders team, but we're happy to iterate with you and help you with the process of creating a community builder.
Not very familiar with cloud builder but does it/docker support macOS containers with xcode? Otherwise, having a Flutter cloud builder would only be partially useful.
@xster Cloud builders are meant to be executed in the cloud, and anyway I think docker works on macOS. I made a PR https://github.com/GoogleCloudPlatform/cloud-builders-community/pull/70, I'm waiting for a reviewer to help me
I posted a patch capable or building Android APKs and running unit test targets.