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

arm64 docker images #136

Closed
jonasengelmann opened this issue Feb 10, 2024 · 3 comments
Closed

arm64 docker images #136

jonasengelmann opened this issue Feb 10, 2024 · 3 comments

Comments

@jonasengelmann
Copy link
Contributor

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

@bdon
Copy link
Member

bdon commented Feb 11, 2024

I attempted to add it in #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 added a commit that referenced this issue Feb 12, 2024
* github actions build arm64 docker image [#136]

* Docker multi platform support (#139)

---------

Co-authored-by: jonasengelmann <40031476+jonasengelmann@users.noreply.github.com>
@bdon
Copy link
Member

bdon commented Feb 12, 2024

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.

@bdon bdon closed this as completed Feb 12, 2024
@jonasengelmann
Copy link
Contributor Author

Works great! Many thanks!

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