We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e04b67f + 2b28bb6 commit 6ca77b6Copy full SHA for 6ca77b6
1 file changed
scripts/build/.variables
@@ -58,7 +58,7 @@ if [ -z "$CGO_ENABLED" ]; then
58
case "$(go env GOOS)" in
59
linux)
60
case "$(go env GOARCH)" in
61
- amd64|arm64|arm|s390x|riscv64)
+ amd64|arm64|arm|s390x|riscv64|loong64)
62
CGO_ENABLED=1
63
;;
64
*)
0 commit comments