mirror of
https://github.com/docker/cli.git
synced 2026-09-25 07:50:37 -05:00
Add support for build and test docker on arm64
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com> Upstream-commit: 66d24c2b44a076a6dda17dabe028da9acaa55deb Component: engine
This commit is contained in:
@@ -13,6 +13,9 @@ case "$DOCKER_ENGINE_OSARCH" in
|
||||
linux/arm)
|
||||
imagePrefix='armhf'
|
||||
;;
|
||||
linux/arm64)
|
||||
imagePrefix='aarch64'
|
||||
;;
|
||||
linux/ppc64le)
|
||||
imagePrefix='ppc64le'
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user