docker-samba-timemachine icon indicating copy to clipboard operation
docker-samba-timemachine copied to clipboard

Dockerfile for ARM

Open willtho89 opened this issue 5 years ago • 1 comments

From Doesn't start on Raspberry Pi #7:

currently the Dockerfile only supports x86_64 Platforms. changing the FROM alpine in the Dockerfile to FROM arm32v6/alpine fixes this. To support multiple architectures different labels Dockerfiles and labels should be made available

willtho89 avatar Nov 12 '19 09:11 willtho89

You can also follow these instructions and use the docker desktop client to build arm images. I've just pushed a multiarch tag to my samba-timemachine container. I've tested with a pi4.

TimJDFletcher avatar Nov 17 '19 16:11 TimJDFletcher