File tree 2 files changed +28
-0
lines changed 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "AppName" : " scw" ,
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
+ }
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ $> curl --silent http://212.47.248.251 | head -n1 # you can also open your brows
128
128
129
129
### master (unreleased)
130
130
131
+ * Add GOXC configuration ([ #19 ] ( https://github.com/scaleway/docker-machine-driver-scaleway/issues/19 ) )
131
132
* Fix rm subcommand ([ #17 ] ( https://github.com/scaleway/docker-machine-driver-scaleway/issues/17 ) )
132
133
* Initial homebrew support ([ #9 ] ( https://github.com/scaleway/docker-machine-driver-scaleway/issues/9 ) )
133
134
You can’t perform that action at this time.
0 commit comments