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

Support arm64 CPU architecture for Apple Silicon (M1) compatibility #15

Closed
schuerg opened this issue Sep 19, 2023 · 2 comments
Closed

Comments

@schuerg
Copy link

schuerg commented Sep 19, 2023

First of all, thank you for this great piece of software. Our tests have witnessed a significant boost in speed, surpassing all expectations by orders of magnitude!

But currently, IntegreSQL does not have builds the arm64 CPU architecture, which prevents it from running on Apple Silicon (M1) machines. To make IntegreSQL more inclusive and compatible with a wider range of hardware, we should add support for the arm64 architecture.

A Go build for arm54 and Apple M1 can be done with:

GOOS=darwin GOARCH=arm64 go build
  • Supporting arm64 architecture is important to ensure our project is accessible to a broader user base, especially those with Apple Silicon (M1) devices.
  • Building a Docker container image that can target multiple platforms, including arm64, would also enhance the versatility of IntegreSQL. Docker's multi-platform build documentation can be found here: Docker Multi-platform Build.
@bartoszhernas
Copy link

Seconded. We use IntegreSQL locally and all our devs work from M1 macs. That would benefit all macOS devs a lot.

majodev added a commit that referenced this issue Jan 29, 2024
@majodev
Copy link
Contributor

majodev commented Jan 30, 2024

Closed via #16

@majodev majodev closed this as completed Jan 30, 2024
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

3 participants