star-39 / moe-sticker-bot

A Telegram bot that imports LINE/kakao stickers or creates/manages new sticker set.
GNU General Public License v3.0
243 stars 29 forks source link

Docker cannot be deployed on ARM platform #11

Closed Beiluo-Wang closed 2 years ago

Beiluo-Wang commented 2 years ago

When I ran the docker script on an arm server, WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested.

And I tried to add --platform linux/amd64, but did not work.

Beiluo-Wang commented 2 years ago

I deployed manually, and it works well. It would be better if the docker file built for arm platform is also provided.

Beiluo-Wang commented 2 years ago

Problem solved.

star-39 commented 2 years ago

I deployed manually, and it works well. It would be better if the docker file built for arm platform is also provided.

Sorry, Github Actions does not support AARCH64 CI yet. However, there seems have a workaround available - through QEMU.

I will investigate later, since my Raspberry Pi was broken!