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:
parent
1adc1583a7
commit
2b28bb649b
@ -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
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user