forked from tomtruitt/eris-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goxc.json
43 lines (43 loc) · 890 Bytes
/
.goxc.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
38
39
40
41
42
43
{
"AppName": "eris",
"OutPath": "{{.Dest}}{{.PS}}{{.Version}}{{.PS}}{{.Os}}_{{.Arch}}{{.PS}}{{.ExeName}}{{.Ext}}",
"Tasks": [
"default",
"xc"
],
"TasksExclude": [
"go-test",
"codesign",
"downloads-page"
],
"Arch": "amd64,386,arm",
"Os": "linux,darwin,windows",
"TaskSettings": {
"deb": {
"armarch": "",
"bin-dir": "/usr/bin",
"go-sources-dir": ".",
"metadata": {
"maintainer": "Eris Industries, Ltd.",
"maintainerEmail": "[email protected]"
},
"metadata-deb": {
"Build-Depends": "debhelper (\u003e=4.0.0), golang-go, gcc",
"Depends": "docker"
},
"other-mappped-files": {},
"rmtemp": true
},
"publish-github": {
"owner": "eris-ltd",
"repository": "eris-cli"
},
"xc": {
"GOARM": "",
"autoRebuildToolchain": false,
"validateToolchain": false,
"verifyExe": true
}
},
"ConfigVersion": "0.9"
}