darcys22 / godbledger

Accounting Software with GRPC endpoints and SQL Backends
https://www.godbledger.com/
GNU General Public License v3.0
488 stars 56 forks source link

Support for Apple Silicon #185

Open tbrtje opened 2 years ago

tbrtje commented 2 years ago

Hi there,

It would be great to have darwin-arm64 as a compilation target to support Apple Silicon devices natively. It compiles perfectly fine on my machine without any additional work. So only the build pipelines need to be updated.

Best regards, Thies

darcys22 commented 2 years ago

Hi tbrtje!

Thanks for raising this, I dont personally use a mac and it hadn't even occurred to me to build this in.

We use xgo (src.techknowlogick.com/xgo) to cross compile our builds which we have been having issues with because its lack of updates. Hopefully they have something already there but not sure.