Open chicco785 opened 1 year ago
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.
@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. it would make first approach so much smoother.
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: