ref: b81fc1be4e8cbf5e588c69f45b12f478b5118d0f
parent: 6042fc2b83453ee92a3585848fdcac1a617bcb95
author: Steve Francia <[email protected]>
date: Tue Dec 8 11:42:12 EST 2015
add more architectures to .goxc
--- a/.goxc.json
+++ b/.goxc.json
@@ -1,6 +1,6 @@
{
- "ArtifactsDest": "$HOME/Code/GoBuilds/",
+ "ArtifactsDest": "GoBuilds/",
"OutPath": "{{.Dest}}{{.PS}}{{.AppName}}{{.PS}}{{.Version}}{{.PS}}{{.AppName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{.Ext}}",
- "BuildConstraints": "linux windows darwin freebsd netbsd",
+ "BuildConstraints": "linux windows darwin freebsd netbsd openbsd dragonfly",
"ConfigVersion": "0.9"
}