From 30631af7cff0b8aa7b071e35900575b91b504c4d Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Wed, 20 Apr 2016 13:58:18 +0200 Subject: [PATCH 1/2] Add .goxc.json --- .goxc.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .goxc.json diff --git a/.goxc.json b/.goxc.json new file mode 100644 index 00000000..7b48d52a --- /dev/null +++ b/.goxc.json @@ -0,0 +1,27 @@ +{ + "AppName": "scw", + "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 windows freebsd", + "ResourcesExclude": "*.go .goxc-temp", + "MainDirsExclude": "vendor,Godeps,testdata", + "PackageVersion": "1.0.1+dev", + "TaskSettings": { + "xc": { + "GOARM": "5" + } + }, + "ConfigVersion": "0.9" +} From e54ffb38b3e84fa161ff667893307d10cc910c25 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Wed, 20 Apr 2016 14:09:28 +0200 Subject: [PATCH 2/2] Update changelog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12b0e1ad..229ed754 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ $> curl --silent http://212.47.248.251 | head -n1 # you can also open your brows ### master (unreleased) +* Add GOXC configuration ([#19](https://github.com/scaleway/docker-machine-driver-scaleway/issues/19)) * Fix rm subcommand ([#17](https://github.com/scaleway/docker-machine-driver-scaleway/issues/17)) * Initial homebrew support ([#9](https://github.com/scaleway/docker-machine-driver-scaleway/issues/9))