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

Add github workflow to build container images on repo tag #282

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

spwoodcock
Copy link

@spwoodcock spwoodcock commented Oct 16, 2024

Fixes #167

Issue

  • A few users are requesting pre-built container images on GHCR, myself included 😄
  • It's a low effort small win, to aid distribution of tippecanoe.

Solution

  • Add a Github workflow to build the container image whenever a new tag is made on this repo.
  • The image will be tagged and labelled to match the repo tag.
  • The image will be multi-architecture: AMD64 + ARM64.

Note

If this PR is accepted, a small change could be made to the README referencing the images (instead of requiring the user to build themselves).

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

Successfully merging this pull request may close these issues.

Publish releases as Docker images using GitHub Actions
1 participant