We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2f40a4 + 052d177 commit d60268bCopy full SHA for d60268b
build.sh
@@ -23,6 +23,8 @@ for target in $targets; do
23
echo "----> Building project for: $target"
24
GOOS=$os GOARCH=$arch CGO_ENABLED=0 go build -o $output
25
26
+ sha256sum $output |cut -d ' ' -f1 > $output-sha256sum.txt
27
+
28
zip -j $output.zip $output > /dev/null 2>&1
29
tar -czvf $output.tgz $output > /dev/null 2>&1
30
done
0 commit comments