Skip to content

Commit

Permalink
Add build file
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtallbill committed Jun 21, 2021
1 parent da85f22 commit da3a4c1
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,2 +1,3 @@
.idea
/test
bin
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
GOOS=windows GOARCH=386 go build -o ./bin/docsearch-win.exe ./cmd/search
GOOS=linux go build -o ./bin/docsearch-linux ./cmd/search

0 comments on commit da3a4c1

Please sign in to comment.