-
Notifications
You must be signed in to change notification settings - Fork 2
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
cannot run doltlab on mac / arm #67
Comments
To complement, the test was executed on ubuntu vm inside the mac. |
I have been able to install it using https://lima-vm.io/ |
the scripts works... but the database image start fails, i will try to run more tests |
it turns out that once generated key files and envoy template, I am able to run dolt lab natively on mac without issues (i.e. outside of a vm... on lima using qemu for simulating x86, db image still fails) |
@chicco785 very cool that you were able to run DoltLab on an M2 without a VM! Currently we only officially support/build for Linux x86, but if we see more requests for additional architectures/environments, this could change. |
still what puzzle me, is that it fails on VM with QEMU, but that's surely not related to you. considering that the best machines now on AWS are AWS Graviton3 based on ARM, I think it won't be a bad idea. Also, in most of the cases (at least for docker and go-lang) multi platform builds are really easy peasy. |
Since the application is built in go, it should be no issues releasing an arm binary. |
I am trying to test doltlab on my dev environment (a Mac Book Pro M2), but it looks like binaries work only on amd64 architecture:
The text was updated successfully, but these errors were encountered: