protomaps / go-pmtiles

Single-file executable tool for working with PMTiles archives
BSD 3-Clause "New" or "Revised" License
350 stars 48 forks source link

arm64 docker images #136

Closed jonasengelmann closed 6 months ago

jonasengelmann commented 6 months ago

Currently available docker images only support amd64. It would be great if arm64 images could be provided as well!

bdon commented 6 months ago

I attempted to add it in https://github.com/protomaps/go-pmtiles/pull/138 but it looks like it requires a different build process:

ERROR: Multi-platform build is not supported for the docker driver.
Switch to a different driver, or turn on the containerd image store, and try again.

Can you investigate a PR for doing this? (and as a bonus, pushing to multiple registries without duplication)

bdon commented 6 months ago

Looks like it worked:

https://github.com/protomaps/go-pmtiles/pkgs/container/go-pmtiles https://hub.docker.com/repository/docker/protomaps/go-pmtiles/general

Let me know if it solves it for you! Closing issue for now.

jonasengelmann commented 6 months ago

Works great! Many thanks!