Skip to content

Commit

Permalink
adds dist scripts for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
nii236 committed Jan 4, 2018
1 parent a76c792 commit 975873c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
bin
dist
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

gox -output="./dist/{{.Dir}}_{{.OS}}_{{.Arch}}" -os="linux" ./cmd/kk/

0 comments on commit 975873c

Please sign in to comment.