TxtDot / txtdot

An HTTP proxy that parses only text, links and pictures from pages reducing internet bandwidth usage, removing ads and heavy scripts
https://txt.dc09.ru
MIT License
149 stars 5 forks source link

ARM architecture #161

Open uGeek opened 1 month ago

uGeek commented 1 month ago

I have tried installing the service on my Raspberry Pi and ARM64 VPS server, but it does not work because it is not multi-architecture. Are you planning to implement ARM architecture?

DarkCat09 commented 1 month ago

but it does not work

@uGeek, provide more detailed information, please.

uGeek commented 1 month ago

I have tried to install the service on a Raspberry Pi with ARM architecture, but Docker says it is only compatible with AMD64 architecture.

Are you planning to implement ARM architecture?

! txtdot The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

I tried the demo, and it's an amazing service. Thank you very much!

artegoser commented 1 month ago

Thanks, we will try to add a multi-architecture in the next release

uGeek commented 1 month ago

Thank you

uGeek commented 1 month ago

I have done a Docker build after installing Docker-buildx to create an image from my Raspberry Pi and it has built the image and is working perfectly. So, there is no incompatibility with any libraries due to the architecture. Simply, it needs to be made multi-architecture and everything should work fine.