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
you're using rasp pi zero/rasp pi 1 ? the ubuntu base image that we use doesn't support arm6 (just arm7)
i've made a new tag and pushed to docker hub but it has problems with building it (it builds fine locally). need to debug this more
You should create a Dockerfile for raspberrypi
FROM multiarch/debian-debootstrap:armhf-stretch
seems to work
The text was updated successfully, but these errors were encountered: