Skip to content

Commit

Permalink
added a shell script for building releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Jenson committed May 18, 2016
1 parent 8ff7ed8 commit 9db6a85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
GOOS=linux GOARCH=amd64 go build -o slow_cooker_amd64 github.com/buoyantio/slow_cooker
GOOS=linux GOARCH=arm go build -o slow_cooker_arm github.com/buoyantio/slow_cooker
GOOS=linux GOARCH=386 go build -o slow_cooker_i386 github.com/buoyantio/slow_cooker
echo "releases built:"
ls slow_cooker*

0 comments on commit 9db6a85

Please sign in to comment.