We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568ce3a commit 7e9ecb8Copy full SHA for 7e9ecb8
build/build-current.sh
@@ -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