arm64-docker-builder icon indicating copy to clipboard operation
arm64-docker-builder copied to clipboard

cannot build on raspberry pi with arm64

Open auryn31 opened this issue 7 years ago • 4 comments

every time i execute ./compile-docker.sh I get the following error:

---> Making bundle: dynbinary (in bundles/17.03.2-ce/dynbinary)
Building: bundles/17.03.2-ce/dynbinary-client/docker-17.03.2-ce
Created binary: bundles/17.03.2-ce/dynbinary-client/docker-17.03.2-ce
Building: bundles/17.03.2-ce/dynbinary-daemon/dockerd-17.03.2-ce
go build github.com/docker/docker/vendor/github.com/ugorji/go/codec: /usr/lib/go-1.7/pkg/tool/linux_arm64/compile: signal: killed

did anyone no this problem? thanks for help

auryn31 avatar Oct 30 '17 20:10 auryn31

The problem is, Docker has changed the build process in the meantime. So it's not sure how to compile the Docker engine by yourself. I'd rather go for the officially build .deb packages, even if this take some time to arrive. See this PR https://github.com/docker/docker-ce-packaging/pull/35 for more details.

DieterReuter avatar Oct 30 '17 20:10 DieterReuter

Tanks for help so I look like that I have to wait? :-(

auryn31 avatar Oct 30 '17 21:10 auryn31

Or you look into the details how to compile and package Docker-CE the new way, this details can be found in the linked repo.

DieterReuter avatar Oct 30 '17 21:10 DieterReuter

thanks, I will give it a chance :-)

auryn31 avatar Oct 30 '17 21:10 auryn31