forked from scaleway/scaleway-cli
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goxc.json
45 lines (45 loc) · 927 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
44
45
{
"AppName": "scw",
"ArtifactsDest": "dist",
"OutPath": "{{.Dest}}{{.PS}}{{.Version}}{{.PS}}{{.Os}}_{{.Arch}}{{.PS}}{{.ExeName}}{{.Ext}}",
"Tasks": [
"default",
"deb-source",
"downloads-page"
],
"TasksExclude": [
"go-test",
"bintray",
"go-vet",
"rmbin",
"publish-github"
],
"BuildConstraints": "darwin linux windows freebsd netbsd",
"ResourcesExclude": "*.go .goxc-temp",
"MainDirsExclude": "vendor,Godeps,testdata",
"PackageVersion": "1.9.0+dev",
"TaskSettings": {
"bintray": {
"downloadspage": "bintray.md",
"package": "scaleway-cli",
"repository": "gh",
"subject": "scaleway"
},
"codesign": {
"id": "scaleway-cli"
},
"downloads-page": {
"filename": "index.md",
"templateFile": "downloads.tpl"
},
"publish-github": {
"owner": "scaleway",
"prerelease": false,
"repository": "scaleway-cli"
},
"xc": {
"GOARM": "5"
}
},
"ConfigVersion": "0.9"
}