ALL OSES IN GOX

This commit is contained in:
Henrique Dias 2016-03-01 20:38:02 +00:00
parent e59344080e
commit 842769a4ca

View File

@ -20,7 +20,7 @@ caddyext install hugo:github.com/hacdias/caddy-hugo
mkdir -p $BuildDir
cd $BuildDir
rm -f caddy*
gox -osarch="linux/amd64" $Package
gox $Package
# Zip them up with release notes and stuff
mkdir -p $ReleaseDir