projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6042fc2
)
add more architectures to .goxc
author
Steve Francia
<steve.francia@gmail.com>
Tue, 8 Dec 2015 21:42:12 +0000
(16:42 -0500)
committer
Steve Francia
<steve.francia@gmail.com>
Tue, 8 Dec 2015 21:46:43 +0000
(16:46 -0500)
.goxc.json
patch
|
blob
|
history
diff --git
a/.goxc.json
b/.goxc.json
index 4de0783d1f02f49b86e81e1f1f7ec1f9bf743d7b..10f19d22609e80743a91ad842d4c1a0d6084d673 100644
(file)
--- 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"
}