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
There's nothing wrong with the Dockerfile, it's just only built for amd64. If you clone the repository, you can build it yourself with docker build ., or for a multiarch setup, docker buildx build --platform=linux/arm64,linux/amd64,linux/arm/v7 ..
It seems the base alpine:3.8 is not working on Raspberry Pi hardware:
Alpine does support ARM architecture, is there a way to make your dockerfile multiplatform?
The text was updated successfully, but these errors were encountered: