You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
From Doesn't start on Raspberry Pi #7:
currently the Dockerfile only supports x86_64 Platforms. changing the
FROM alpine
in the Dockerfile toFROM arm32v6/alpine
fixes this.To support multiple architectures different labels Dockerfiles and labels should be made available
The text was updated successfully, but these errors were encountered: