Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exec format error on pi dcokerimage #61

Open
pieterjandebruyne opened this issue Apr 3, 2021 · 3 comments
Open

exec format error on pi dcokerimage #61

pieterjandebruyne opened this issue Apr 3, 2021 · 3 comments

Comments

@pieterjandebruyne
Copy link

Running this docker container on a raspberry pi4 but getting these errors on boot:

standard_init_linux.go:219: exec user process caused: exec format error
standard_init_linux.go:219: exec user process caused: exec format error
standard_init_linux.go:219: exec user process caused: exec format error
standard_init_linux.go:219: exec user process caused: exec format error

Any ideas what might cause this or is it not arm compatible?

@niondir
Copy link
Member

niondir commented Apr 7, 2021

You probably need the ARM binary of restic inside the container and maybe another base image.

@niondir
Copy link
Member

niondir commented Aug 5, 2023

Any progress here? It's more like a feature request to support other restic builds I guess. But that would be nice.

@zimbres
Copy link

zimbres commented Dec 7, 2023

I very small change in Action to build the image for other platforms, I will PR it.

  - name: Build and push Docker image
	with:
	  platforms: linux/amd64,linux/arm64,linux/arm/v7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants