Build docker-engine for aarch64

Hello,

I can download the aarch64 version docker binaries https://download.docker.com/linux/static/stable/aarch64/
I think that means docker-ce supports aarch64 .

I am trying to build my aarch64 version docker-engine
But when I use docker-ce source code from ( https://github.com/docker/docker-ce )
And use the “make static” command to build docker-engine
My Host is x86_64 (ubuntu16.04)
It only generated the following arch binaries

  • arm(armhf)
  • linux
  • Mac
  • windows

How can I add aarch64 support ??

Thanks.