-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathturbobob.json
More file actions
34 lines (34 loc) · 829 Bytes
/
turbobob.json
File metadata and controls
34 lines (34 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"for_description_of_this_file_see": "https://github.com/function61/turbobob",
"version_major": 1,
"project_name": "deployer",
"builders": [
{
"name": "default",
"uses": "docker://fn61/buildkit-golang:20240405_0714_856c11bd",
"mount_source": "",
"mount_destination": "/workspace",
"workdir": "/workspace",
"commands": {
"build": ["build-go-project.sh", "--directory=cmd/deployer/", "--binary-basename=deployer"],
"dev": ["bash"]
}
},
{
"name": "publisher",
"uses": "docker://fn61/buildkit-publisher:20200228_1755_83c203ff",
"mount_destination": "/workspace",
"commands": {
"publish": ["publish-gh.sh", "function61/deployer", "rel/"],
"dev": ["bash"]
},
"pass_envs": [
"GITHUB_TOKEN",
"EVENTHORIZON"
]
}
],
"os_arches": {
"linux-amd64": true
}
}