Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offer docker images for all builded architectures #8

Open
smuu opened this issue Aug 16, 2020 · 1 comment
Open

Offer docker images for all builded architectures #8

smuu opened this issue Aug 16, 2020 · 1 comment

Comments

@smuu
Copy link

smuu commented Aug 16, 2020

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.

@itzg
Copy link
Owner

itzg commented Aug 16, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants