forked from scaleway/docker-machine-driver-scaleway
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.goxc.json
27 lines (27 loc) · 819 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
{
"AppName": "docker-machine-driver-scaleway",
"ArtifactsDest": "dist",
"OutPath": "{{.Dest}}{{.PS}}{{.Version}}{{.PS}}{{.Os}}_{{.Arch}}{{.PS}}{{.ExeName}}{{.Ext}}",
"Tasks": [
"default",
"deb-source"
],
"TasksExclude": [
"go-test",
"bintray",
"go-vet",
"rmbin",
"downloads-page",
"publish-github"
],
"BuildConstraints": "darwin linux freebsd",
"ResourcesExclude": "*.go .goxc-temp",
"MainDirsExclude": "vendor,Godeps,testdata",
"PackageVersion": "1.6",
"TaskSettings": {
"xc": {
"GOARM": "5"
}
},
"ConfigVersion": "0.9"
}