We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae5348 commit f1c6a6dCopy full SHA for f1c6a6d
.goxc.json
@@ -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