Skip to content

Commit 6ca77b6

Browse files
authored
Merge pull request #6009 from zhangwenlong8911/master
set CGO_ENABLED=1 on loong64
2 parents e04b67f + 2b28bb6 commit 6ca77b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build/.variables

Lines changed: 1 addition & 1 deletion
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)