Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/install/preview/prettylog/BUILD.yaml
2498 views
1
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.
2
# Licensed under the GNU Affero General Public License (AGPL).
3
# See License.AGPL.txt in the project root for license information.
4
5
packages:
6
- name: app
7
type: go
8
srcs:
9
- "main.go"
10
- "go.sum"
11
- "go.mod"
12
env:
13
- CGO_ENABLED=0
14
config:
15
packaging: app
16
17