Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
esrrhs committed Sep 28, 2021
1 parent b52ec56 commit 6387f8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ for line in $build_list; do
if [ $arch == "riscv64" ]; then
continue
fi
if [[ ($os == "openbsd") && ($arch == "mips64") ]]; then
continue
fi

CGO_ENABLED=0 GOOS=$os GOARCH=$arch go build -ldflags="-s -w"
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 6387f8d

Please sign in to comment.