forked from scaleway/scaleway-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goxc.json
More file actions
52 lines (52 loc) · 1.03 KB
/
.goxc.json
File metadata and controls
52 lines (52 loc) · 1.03 KB
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
46
47
48
49
50
51
52
{
"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.5.0",
"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",
"BuildSettings": {
"LdFlags": "-s",
"LdFlagsXVars": {
"TimeNow": "main.BUILD_DATE",
"Version": "main.VERSION"
}
}
}