Skip to content

Commit

Permalink
Include philote-admin in release
Browse files Browse the repository at this point in the history
  • Loading branch information
pote committed Jun 29, 2016
1 parent 72e263f commit 51cad71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/cross-compile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ while read os arch; do

GOOS=$os GOARCH=$arch go build -o "$build_dir"/philote &&
cd admin &&
GOOS=$os GOARCH=$arch go build -o "$build_dir"/philote-admin &&
GOOS=$os GOARCH=$arch go build -o "./../$build_dir"/philote-admin &&
cd .. && cd pkg && tar -zcvf "$identifier".tar.gz "$identifier" &&
cd ..
done << EOF
Expand Down

0 comments on commit 51cad71

Please sign in to comment.