Path: blob/main/components/ide/code/codehelper/BUILD.yaml
2500 views
packages:1- name: docker2type: docker3srcs:4- "supervisor-ide-config.json"5deps:6- :app7argdeps:8- imageRepoBase9config:10dockerfile: leeway.Dockerfile11metadata:12helm-component: workspace.codeHelperImage13image:14- ${imageRepoBase}/ide/code-codehelper:${version}15- ${imageRepoBase}/ide/code-codehelper:commit-${__git_commit}16- name: app17type: go18srcs:19- "**/*.go"20- "go.mod"21- "go.sum"22env:23- CGO_ENABLED=024- GOOS=linux25deps:26- components/gitpod-protocol/go:lib27- components/supervisor-api/go:lib28- components/common-go:lib29config:30packaging: app31buildCommand: ["go", "build", "-trimpath", "-ldflags", "-buildid= -w -s -X 'github.com/gitpod-io/gitpod/code/codehelper.Version=commit-${__git_commit}'"]323334