Skip to content

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

Open
spwoodcock wants to merge 1 commit into
felt:mainfrom
spwoodcock:build/docker-gh-workflow
Open

Add github workflow to build container images on repo tag#282
spwoodcock wants to merge 1 commit into
felt:mainfrom
spwoodcock:build/docker-gh-workflow

Conversation

@spwoodcock

@spwoodcock spwoodcock commented Oct 16, 2024

Copy link
Copy Markdown

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).

@bkeepers

Copy link
Copy Markdown
Contributor

I set up an automated nightly docker build at https://github.com/openwatersio/tippecanoe. It has the latest version and going forward it will build any new releases.

docker pull ghcr.io/openwatersio/tippecanoe

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

2 participants