-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Support for ARM64 in Dockerfile #15
Comments
I'm looking into it. |
I've updated v0.06-dev to be multi-platform, but it's untested:
|
@lllllllillllllillll I'm going to make a PR to add support for building multi-platform images using Github Actions. |
Pasting your last comment in here and re-opening issue. "I'm getting multitude of errors and the container keeps restarting:" _Error: Cannot find module 'express'
|
I've updated the v0.06-dev image again. Could you tell me what you get when you run this command on your Orange Pi |
It's actually on Raspberry PI 2 the latest issue. docker info --format '{{ .OSType }}/{{ .Architecture }}' returns linux/armv7l and currently it's producing wasp@DietPi:~/docker-scripts/dweebui$ docker-compose up --remove-orphans --force-recreate -d |
I don't think you should add armv7 support. It's no longer used. |
There is no point in doing this. Everyone running docker on pis is using 64bit os. I would recommend only supporting arm64 and x86 |
Not specifically for the Raspberry Pis, but for broader device support in general. |
Alright alright no problem. |
Please, add more architectures, not only amd64.
The text was updated successfully, but these errors were encountered: