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

Use docker-duplicity on Raspberry Pi #14

Open
juriansluiman opened this issue Oct 3, 2019 · 4 comments
Open

Use docker-duplicity on Raspberry Pi #14

juriansluiman opened this issue Oct 3, 2019 · 4 comments

Comments

@juriansluiman
Copy link

It seems the base alpine:3.8 is not working on Raspberry Pi hardware:

standard_init_linux.go:211: exec user process caused "exec format error"

Alpine does support ARM architecture, is there a way to make your dockerfile multiplatform?

@juriansluiman
Copy link
Author

@wernight any ideas?

@werdnum
Copy link

werdnum commented May 5, 2020

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 ..

@wernight
Copy link
Owner

If it works then I can add a Dockerfile.armhf similar to https://github.com/wernight/docker-ngrok/

@ashalliants
Copy link

Can confirm this works, and would love for it to be build for arm 8 support :)

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

No branches or pull requests

4 participants