Skip to content

Commit 2b28bb6

Browse files
committedApr 16, 2025·
set CGO_ENABLED=1 on loong64
Signed-off-by: Wenlong Zhang <zhangwenlong@loongson.cn>
1 parent 1adc158 commit 2b28bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/build/.variables

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if [ -z "$CGO_ENABLED" ]; then
5858
case "$(go env GOOS)" in
5959
linux)
6060
case "$(go env GOARCH)" in
61-
amd64|arm64|arm|s390x|riscv64)
61+
amd64|arm64|arm|s390x|riscv64|loong64)
6262
CGO_ENABLED=1
6363
;;
6464
*)

0 commit comments

Comments
 (0)
Please sign in to comment.