Skip to content

ymotongpoo/gcpug-cloud-build-day

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCPUG Cloud Build Day demo

This repository is created to demonstrate the following features of Google Cloud Build for GCPUG Cloud Build Day

How to try

  1. Create Google Cloud Stroage bucket with the name $PROJECT_ID-hello.
  2. Run Google Cloud Build
$ 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

About

demo of multi architecture build with Google Cloud Build

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published