get-got / discord-downloader-go

A Discord bot program to download and otherwise handle files sent in Discord channels with extensive configuration. Can be used as a genuine Discord Bot or user account / self-bot
MIT License
271 stars 30 forks source link

Add arm64 Docker image. #111

Open nicktheone opened 7 months ago

nicktheone commented 7 months ago

Since you're offering so many different binaries have you thought about offering an arm64 Docker image?

get-got commented 7 months ago

I've looked around a bit but I'm not sure how to serve multiple architectures on Docker. I'll keep it in mind and look around more.

There's so many os/architecture combos offered because Go is inherently cross-platform so I can just build all of the variants with 1 command.

nicktheone commented 7 months ago

You typically do that with Docker tags.