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 334fe8d commit 3015933Copy full SHA for 3015933
scripts/build.sh
@@ -8,5 +8,5 @@ OS=${1:-$(uname -s | tr -s '[A-Z]' '[a-z')}
8
ARCH=${2:-$(uname -m | sed -e 's/x86_/amd/g')}
9
10
for command in $(ls cmd); do
11
- GOOS=${OS} GOARCH=${ARCH} go build -o build/$command.${OS}_${ARCH} ./cmd/list
+ GOOS=${OS} GOARCH=${ARCH} go build -o build/$command.${OS}_${ARCH} ./cmd/$command
12
done
0 commit comments