Skip to content

Commit 0e43cb3

Browse files
committed
no cgo
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent b4bce5e commit 0e43cb3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

scripts/build/.variables

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ fi
5656

5757
if [ -z "$CGO_ENABLED" ]; then
5858
case "$(go env GOOS)" in
59-
linux)
60-
case "$(go env GOARCH)" in
61-
amd64|arm64|arm|s390x|riscv64|loong64)
62-
CGO_ENABLED=1
63-
;;
64-
*)
65-
CGO_ENABLED=0
66-
;;
67-
esac
68-
;;
59+
# linux)
60+
# case "$(go env GOARCH)" in
61+
# amd64|arm64|arm|s390x|riscv64|loong64)
62+
# CGO_ENABLED=1
63+
# ;;
64+
# *)
65+
# CGO_ENABLED=0
66+
# ;;
67+
# esac
68+
# ;;
6969
darwin|windows)
7070
CGO_ENABLED=1
7171
;;

0 commit comments

Comments
 (0)