Skip to content

Commit 6387f8d

Browse files
committed
add
1 parent b52ec56 commit 6387f8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pack.sh

-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ for line in $build_list; do
3434
if [ $arch == "riscv64" ]; then
3535
continue
3636
fi
37-
if [[ ($os == "openbsd") && ($arch == "mips64") ]]; then
38-
continue
39-
fi
4037

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

0 commit comments

Comments
 (0)