Skip to content

Commit 8385052

Browse files
committed
Merge pull request #20 from scaleway/binary-release
binary release
2 parents adacaeb + e54ffb3 commit 8385052

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-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": "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+
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ $> curl --silent http://212.47.248.251 | head -n1 # you can also open your brows
128128

129129
### master (unreleased)
130130

131+
* Add GOXC configuration ([#19](https://github.com/scaleway/docker-machine-driver-scaleway/issues/19))
131132
* Fix rm subcommand ([#17](https://github.com/scaleway/docker-machine-driver-scaleway/issues/17))
132133
* Initial homebrew support ([#9](https://github.com/scaleway/docker-machine-driver-scaleway/issues/9))
133134

0 commit comments

Comments
 (0)