Merge pull request #19013 from hqhq/add_support_docker_aarch64
Add support for build and test docker on arm64 Upstream-commit: b5420be597ea9ce6a0ea7f544a141711289cd3da Component: engine
This commit is contained in:
@ -14,6 +14,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