aahnik / tgcf

The ultimate tool to automate custom telegram message forwarding. Live-syncer, Auto-poster, backup-bot, cloner, chat-forwarder, duplicator, ... Call it whatever you like! tgcf can fulfill your custom needs.
https://github.com/aahnik/tgcf/wiki
MIT License
1.29k stars 775 forks source link

Cannot install docker container #495

Closed ChangeGod closed 7 months ago

ChangeGod commented 10 months ago

Describe the bug

I cannot install the app through docker container

To Reproduce Steps to reproduce the behavior: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots and gifs to help explain your problem.

System information: Linux raspberrypi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

MobCode100 commented 10 months ago

Your system is aarch64 not amd64, specify it like: docker pull --platform linux/arm64 aahnik/tgcf

ChangeGod commented 9 months ago

Your system is aarch64 not amd64, specify it like: docker pull --platform linux/arm64 aahnik/tgcf

I believe that the docker container is not support the platform :(