Merge pull request #6009 from zhangwenlong8911/master

set CGO_ENABLED=1 on loong64
This commit is contained in:
Sebastiaan van Stijn
2025-04-16 13:28:57 +02:00
committed by GitHub
+1 -1
View File
@@ -58,7 +58,7 @@ if [ -z "$CGO_ENABLED" ]; then
case "$(go env GOOS)" in
linux)
case "$(go env GOARCH)" in
amd64|arm64|arm|s390x|riscv64)
amd64|arm64|arm|s390x|riscv64|loong64)
CGO_ENABLED=1
;;
*)