-
Notifications
You must be signed in to change notification settings - Fork 23
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
Unbound-rpi image for arm64 #42
Comments
I have same issue
|
Thanks for the issue report. This is something I would like to improve, but have not made time to do. Right now, this image is only built for on architecture (I target linux/arm/v7 to match my old Pi). Ideally, I'd use something like GitHub Actions to do a multi-architecture build and push multiple image versions (this would also let me retire this and merge with https://github.com/MatthewVance/unbound-docker). Also see MatthewVance/unbound-docker#58. |
I actually use both. The amd64 on a dell server and the arm_v7 on my 64-bit pi4 as a secondary. It still runs, I just get that annoying error at container startup. Totally understand the time issue. Thanks for your response and thank you for the work so far. |
@tigerkzr |
any progress on supporting arm64 in this container? |
It will be very useful for every Raspberry Pi user over the world (: |
Is your feature request related to a problem? Please describe.
Only annoyance is the image architecture warning I get when starting container on arm64 rpi
Describe the solution you'd like
an arm64 unbound-rpi docker image for pull
Describe alternatives you've considered
I have thought about delving into Dockerfiles and how to set the starting architecture but I always seem to run out of time
Additional context
No more, this is just a "would be nice to have"
The text was updated successfully, but these errors were encountered: