mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
add more architectures to .goxc
This commit is contained in:
parent
6042fc2b83
commit
b81fc1be4e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"ArtifactsDest": "$HOME/Code/GoBuilds/",
|
"ArtifactsDest": "GoBuilds/",
|
||||||
"OutPath": "{{.Dest}}{{.PS}}{{.AppName}}{{.PS}}{{.Version}}{{.PS}}{{.AppName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{.Ext}}",
|
"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"
|
"ConfigVersion": "0.9"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue