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

Implement arm64 docker image #891

Merged
merged 2 commits into from
Sep 26, 2023
Merged

Implement arm64 docker image #891

merged 2 commits into from
Sep 26, 2023

Conversation

nyurik
Copy link
Member

@nyurik nyurik commented Sep 26, 2023

This is a far simpler CI path:

  • Compiles Ubuntu targets outside of docker
  • Copies targets into appropriate docker image
  • No compilation inside docker - makes it far faster
  • Runs all integration tests on all platforms using emulation against host-based postgis

Fixes #655

This is a far simpler CI path:
* Compiles Ubuntu targets outside of docker
* Copies targets into appropriate docker image
* No compilation inside docker - makes it far faster
* Runs all integration tests on all platforms using emulation against host-based postgis

Fixes maplibre#655
@nyurik nyurik enabled auto-merge (squash) September 26, 2023 06:44
Copy link
Member

@birkskyum birkskyum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool!

@nyurik nyurik merged commit c5c2687 into maplibre:main Sep 26, 2023
22 checks passed
@nyurik nyurik deleted the rework-docker branch September 26, 2023 17:26
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.

Docker image for arm64 platform
2 participants