-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathturbobob.json
More file actions
44 lines (44 loc) · 990 Bytes
/
turbobob.json
File metadata and controls
44 lines (44 loc) · 990 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
35
36
37
38
39
40
41
42
43
44
{
"for_description_of_this_file_see": "https://github.com/function61/turbobob",
"version_major": 1,
"project_name": "function53",
"builders": [
{
"name": "default",
"uses": "docker://fn61/buildkit-golang:20200910_1302_9f256d7b",
"mount_destination": "/project",
"workdir": "/project",
"commands": {
"build": ["bin/build.sh"],
"dev": ["bash"]
}
},
{
"name": "publisher",
"uses": "docker://fn61/buildkit-publisher:20200228_1755_83c203ff",
"mount_destination": "/workspace",
"commands": {
"publish": ["publish-gh.sh", "function61/function53", "rel/"],
"build": ["true"],
"dev": ["bash"]
},
"pass_envs": [
"GITHUB_TOKEN",
"EVENTHORIZON"
]
}
],
"docker_images": [
{
"image": "fn61/function53",
"dockerfile_path": "Dockerfile",
"platforms": ["linux/amd64", "linux/arm/v7"],
"auth_type": "creds_from_env"
}
],
"os_arches": {
"linux-amd64": true,
"linux-arm": true,
"windows-amd64": true
}
}