Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Francia <steve.francia@gmail.com>2015-12-09 00:42:12 +0300
committerSteve Francia <steve.francia@gmail.com>2015-12-09 00:46:43 +0300
commitb81fc1be4e8cbf5e588c69f45b12f478b5118d0f (patch)
tree78db91dbe41c8cc6947668b2113c170bd073d079 /.goxc.json
parent6042fc2b83453ee92a3585848fdcac1a617bcb95 (diff)
add more architectures to .goxc
Diffstat (limited to '.goxc.json')
-rw-r--r--.goxc.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.goxc.json b/.goxc.json
index 4de0783d1..10f19d226 100644
--- 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"
}