-
Notifications
You must be signed in to change notification settings - Fork 0
/
turbobob.json
37 lines (37 loc) · 878 Bytes
/
turbobob.json
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
{
"for_description_of_this_file_see": "https://github.com/function61/turbobob",
"version_major": 1,
"project_name": "modemrebooter",
"builders": [
{
"name": "default",
"uses": "docker://fn61/buildkit-golang:20190316_0913_96b56b86",
"mount_destination": "/go/src/github.com/joonas-fi/modemrebooter",
"workdir": "/go/src/github.com/joonas-fi/modemrebooter",
"commands": {
"build": ["bin/build.sh"],
"dev": ["bash"]
}
},
{
"name": "publisher",
"uses": "docker://fn61/buildkit-publisher:20190206_1058_d35b3939",
"mount_destination": "/workspace",
"commands": {
"publish": ["publish.sh", "rel/*"],
"dev": ["bash"]
},
"env": {
"BINTRAY_PROJECT": "joonas/dl/modemrebooter"
},
"pass_envs": [
"BINTRAY_CREDS"
]
}
],
"os_arches": {
"linux-amd64": true,
"linux-arm": true,
"windows-amd64": true
}
}