Skip to content

Commit 7e9ecb8

Browse files
committed
chore: add build script for current platform
1 parent 568ce3a commit 7e9ecb8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/build-current.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
cd $(dirname "$0")
4+
rm -rf ../output/
5+
6+
bash ./build.sh "$(go env GOOS) $(go env GOARCH)"

0 commit comments

Comments
 (0)