Skip to content

Commit f1c6a6d

Browse files
committed
Add .goxc.json
1 parent cae5348 commit f1c6a6d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.goxc.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"AppName": "docker-machine-driver-scaleway",
3+
"ArtifactsDest": "dist",
4+
"OutPath": "{{.Dest}}{{.PS}}{{.Version}}{{.PS}}{{.Os}}_{{.Arch}}{{.PS}}{{.ExeName}}{{.Ext}}",
5+
"Tasks": [
6+
"default",
7+
"deb-source"
8+
],
9+
"TasksExclude": [
10+
"go-test",
11+
"bintray",
12+
"go-vet",
13+
"rmbin",
14+
"downloads-page",
15+
"publish-github"
16+
],
17+
"BuildConstraints": "darwin linux windows freebsd",
18+
"ResourcesExclude": "*.go .goxc-temp",
19+
"MainDirsExclude": "vendor,Godeps,testdata",
20+
"PackageVersion": "1.0.1+dev",
21+
"TaskSettings": {
22+
"xc": {
23+
"GOARM": "5"
24+
}
25+
},
26+
"ConfigVersion": "0.9"
27+
}

0 commit comments

Comments
 (0)