demo of multi architecture build with Google Cloud Build
This repository is created to demonstrate the following features of Google Cloud Build for GCPUG Cloud Build Day
$PROJECT_ID-hello
.
$ gcloud builds submit --config cloudbuild.yaml .
You can try this on your local environment if you want:
$ cloud-build-local --config cloudbuild.yaml --dryrun=false --push .
In order to run Cloud Build locally, you need to set up the environment in advance.
https://cloud.google.com/cloud-build/docs/build-debug-locally