Skip to content

Commit 9db6a85

Browse files
author
Steve Jenson
committed
added a shell script for building releases
1 parent 8ff7ed8 commit 9db6a85

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

release.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
GOOS=linux GOARCH=amd64 go build -o slow_cooker_amd64 github.com/buoyantio/slow_cooker
2+
GOOS=linux GOARCH=arm go build -o slow_cooker_arm github.com/buoyantio/slow_cooker
3+
GOOS=linux GOARCH=386 go build -o slow_cooker_i386 github.com/buoyantio/slow_cooker
4+
echo "releases built:"
5+
ls slow_cooker*

0 commit comments

Comments
 (0)