Skip to content

Commit

Permalink
easy binary script
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Aug 31, 2016
1 parent 4793169 commit 70b428a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/build_docker_binary.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#~/bin/bash

echo "building pre-compiled linux release for Salmon $1"

docker run -t -i --rm -v `pwd`:/io phusion/holy-build-box-64:latest bash /io/compile.sh develop $1

0 comments on commit 70b428a

Please sign in to comment.