Skip to content

Commit

Permalink
Fix cloudbuild go build location (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkl73 authored Sep 6, 2022
1 parent 8361903 commit 7e6cdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
- -c
- |
cd launcher
go build -o launcher/image/launcher
go build -o image/launcher
- name: 'gcr.io/cos-cloud/cos-customizer'
args: ['start-image-build',
'-build-context=launcher/image',
Expand Down

0 comments on commit 7e6cdc9

Please sign in to comment.