lobaro / restic-backup-docker

A docker container to automate backups with restic
Apache License 2.0
330 stars 114 forks source link

exec format error on pi dcokerimage #61

Open pieterjandebruyne opened 3 years ago

pieterjandebruyne commented 3 years ago

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 commented 3 years ago

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

niondir commented 11 months ago

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

zimbres commented 6 months ago

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