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
I think you should be able to use the provided Dockerfile and build it on the rPI. I'm not completely familiar how ARM support in the base images work, but they claim to support it. Cross compiling acme-dns is a bit hairy, as the sqlite package needs C libraries.
No it throws an error indicating ARM processor isn't compatible with something in the dockerfile.
standard_init_linux.go:190: exec user process caused "exec format error"
Usually when I see that I find an ARM tag in the dockerhub page of the project which has the ARM binaries for whatever is throwing the error. In this case it looks like go is the issue.
As there is still no official Image for ARM, I've created a pipeline which builds weekly the container for x86, armv7 and arm64. The Image can be found here: jonasled.dev/jonasled/acme-dns-multiarch:latest
Could you add a arm docker build and tag. I'm attempting to run on raspi 3b+
latest tag will crash immediately due to arm proc
The text was updated successfully, but these errors were encountered: