From b81fc1be4e8cbf5e588c69f45b12f478b5118d0f Mon Sep 17 00:00:00 2001 From: Steve Francia Date: Tue, 8 Dec 2015 16:42:12 -0500 Subject: [PATCH] add more architectures to .goxc --- .goxc.json | 4 ++-- 1 file 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" }