ALL OSES IN GOX
This commit is contained in:
parent
e59344080e
commit
842769a4ca
|
@ -20,7 +20,7 @@ caddyext install hugo:github.com/hacdias/caddy-hugo
|
||||||
mkdir -p $BuildDir
|
mkdir -p $BuildDir
|
||||||
cd $BuildDir
|
cd $BuildDir
|
||||||
rm -f caddy*
|
rm -f caddy*
|
||||||
gox -osarch="linux/amd64" $Package
|
gox $Package
|
||||||
|
|
||||||
# Zip them up with release notes and stuff
|
# Zip them up with release notes and stuff
|
||||||
mkdir -p $ReleaseDir
|
mkdir -p $ReleaseDir
|
||||||
|
|
Loading…
Reference in New Issue