mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 15:43:37 +01:00
Raspberry Pi support? #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kmanwar89 on GitHub (Sep 24, 2024).
Hi,
I'm testing out this proxy as a replacement for NGINX Proxy Manager (NPM), so I thought I'd spin it up on my Raspberry Pi 4.
However, when trying to use the provided docker compose file, I am greeted with the error
The requested image's platform (linux/amd64) does not match the detected host platform. I'm SSH'd into my Pi from my M3 Mac, but I don't think that would make a difference here.I got around this error by adding
platform: linux/amd64to the compose file, as mentioned in this stackoverflow article, but I'm now greeted with the following errors:Any ideas on next steps to resolve this? I'm certain I won't be the only one trying this from a Raspberry Pi. Thanks for any assistance you can offer!
@yusing commented on GitHub (Sep 25, 2024):
edited the github ci to build for multiplatform, originally it only supports linux/amd64.
Please wait for the build action to complete.(edit: completed)@yusing commented on GitHub (Sep 25, 2024):
Please run again to see if it works.
@kmanwar89 commented on GitHub (Sep 25, 2024):
Thank you - I was able to bring up the container after these changes.
@yusing commented on GitHub (Sep 25, 2024):
Great, do you have any issue using it? Please give some feedback if possible.