From: Steve Francia Date: Tue, 8 Dec 2015 21:42:12 +0000 (-0500) Subject: add more architectures to .goxc X-Git-Tag: v0.16~533 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b81fc1be4e8cbf5e588c69f45b12f478b5118d0f;p=brevno-suite%2Fhugo add more architectures to .goxc --- diff --git a/.goxc.json b/.goxc.json index 4de0783d..10f19d22 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" }