Skip to content

Commit

Permalink
Added release script
Browse files Browse the repository at this point in the history
  • Loading branch information
uberswe committed Sep 8, 2020
1 parent 8e192a5 commit 6e549ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
.idea
.idea
mq.linux.amd64
mq.darwin.amd64
multiquery
mq
3 changes: 3 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
env GOOS=linux GOARCH=amd64 go build -o ./mq.linux.amd64
env GOOS=darwin GOARCH=amd64 go build -o ./mq.darwin.amd64

0 comments on commit 6e549ce

Please sign in to comment.