Skip to content

Commit

Permalink
don't version the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcollison committed Apr 25, 2016
1 parent bee722c commit 06cc95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cross_compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ -n $1 ]]; then
export APPNAME=$APPNAME-$1
fi

gox -osarch="$OSARCH" -ldflags="-s -w" -output "$OUTDIR/$APPNAME-{{.OS}}-{{.Arch}}/$APPNAME"
gox -osarch="$OSARCH" -ldflags="-s -w" -output "$OUTDIR/$APPNAME-{{.OS}}-{{.Arch}}/gnatsd"
for dir in $DIRS; do \
(cp README.md $OUTDIR/$APPNAME-$dir/README.md) ;\
(cp LICENSE $OUTDIR/$APPNAME-$dir/LICENSE) ;\
Expand Down

0 comments on commit 06cc95a

Please sign in to comment.