windows-builder/images/go-example/cloudbuild.yaml (
5
lines of code) (
raw
):
steps: - name: 'gcr.io/$PROJECT_ID/windows-builder' args: [ '--command', 'powershell.exe -file build.ps1' ] timeout: 1200s tags: ['cloud-builders-community']