Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
esrrhs committed Apr 22, 2021
1 parent df71a74 commit 8bf3c4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ for line in $build_list; do
if [ $os == "ios" ]; then
continue
fi
if [ $arch == "riscv64" ]; then
continue
fi
CGO_ENABLED=0 GOOS=$os GOARCH=$arch go build -ldflags="-s -w"
if [ $? -ne 0 ]; then
echo "os="$os" arch="$arch" build fail"
Expand Down

0 comments on commit 8bf3c4f

Please sign in to comment.