sleeyax / aternos-discord-bot

Discord bot to start & stop a Minecraft server automatically
https://hub.docker.com/r/sleeyax/aternos-discord-bot/tags
MIT License
79 stars 93 forks source link

[FEAT] Add arm32 support for older devices #62

Closed burakroket closed 2 years ago

burakroket commented 2 years ago

Describe the new feature you'd like I would like to see an arm32 version of the bot since i dont think everybody have older arm64 devices laying around for simple discord bot.

Describe alternatives you've considered Buying arm64 phone if its not implemented or running from computer (too much power consumption for discord bot)

but primary goal would be arm32 version for this request

Additional context I have old android phone which is rooted and running debian via Linux Deploy. I want to run this bot dedicated to my old device.

sleeyax commented 2 years ago

ARM32 is less common these days and arm will even stop making 32 bit CPUs in 2023. Not sure how many different kinds of architectures I wanna support. I think we should just support the most common device architectures (such as ARM64) and you can always build from source if a binary is unavailable for your devices' architecture.

burakroket commented 2 years ago

Ok thanks. I managed to compile from termux terminal.