1
0
mirror of https://github.com/docker/cli.git synced 2025-04-18 19:24:03 +03:00

set CGO_ENABLED=1 on loong64

Signed-off-by: Wenlong Zhang <zhangwenlong@loongson.cn>
This commit is contained in:
Wenlong Zhang 2025-04-16 14:52:19 +08:00
parent 1adc1583a7
commit 2b28bb649b

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
;;
*)