Skip to content

Commit 6e549ce

Browse files
committed
Added release script
1 parent 8e192a5 commit 6e549ce

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
.idea
1+
.idea
2+
mq.linux.amd64
3+
mq.darwin.amd64
4+
multiquery
5+
mq

release.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
env GOOS=linux GOARCH=amd64 go build -o ./mq.linux.amd64
3+
env GOOS=darwin GOARCH=amd64 go build -o ./mq.darwin.amd64

0 commit comments

Comments
 (0)