discord-downloader-go icon indicating copy to clipboard operation
discord-downloader-go copied to clipboard

Add arm64 Docker image.

Open nicktheone opened this issue 1 year ago • 2 comments

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

nicktheone avatar Nov 16 '23 17:11 nicktheone

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.

get-got avatar Nov 18 '23 18:11 get-got

You typically do that with Docker tags.

nicktheone avatar Nov 18 '23 18:11 nicktheone