rcon-cli icon indicating copy to clipboard operation
rcon-cli copied to clipboard

Offer docker images for all builded architectures

Open smuu opened this issue 5 years ago • 1 comments

You build your rcon-cli for different architectures. You could also build docker images for all of those architecture. Or at least start with: linux_armv7, linux_arm64 and linux_386.

smuu avatar Aug 16 '20 14:08 smuu

Multi-architecture docker image builds are surprisingly hard to do via Docker Hub and CI in generally, but I'll try to research what can be done with goreleaser in the mix.

It's a large image for this solution, but as a workaround you can use:

docker run --rm --entrypoint rcon-cli itzg/minecraft-server:multiarch

itzg avatar Aug 16 '20 15:08 itzg