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

Docker images via Goreleaser #262

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

macmiranda
Copy link

I do realize this is not a mergeable pull request. It's more of an idea of how you could implement multi-arch builds using goreleaser

I added a GitHub workflow to create the release and attach the build artifacts as well as publish docker images to ghcr.io

It does reuse the built artifacts and just adds them to a scratch image. I had to add an extra step to create the /tmp folder since that's a requirement for the program to run.

I've disabled mac and windows builds just because I have no use for them.

Fixes #253

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

Successfully merging this pull request may close these issues.

Multi-platform docker image
1 participant