mirror of https://github.com/docker/cli.git
Merge pull request #4933 from Xeonacid/riscv-CGO_ENABLED
Set CGO_ENABLED=1 on riscv64
This commit is contained in:
commit
b4d03289a7
|
@ -48,7 +48,7 @@ if [ -z "$CGO_ENABLED" ]; then
|
||||||
case "$(go env GOOS)" in
|
case "$(go env GOOS)" in
|
||||||
linux)
|
linux)
|
||||||
case "$(go env GOARCH)" in
|
case "$(go env GOARCH)" in
|
||||||
amd64|arm64|arm|s390x)
|
amd64|arm64|arm|s390x|riscv64)
|
||||||
CGO_ENABLED=1
|
CGO_ENABLED=1
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in New Issue