orchidhq / Orchid

Build and deploy beautiful documentation sites that grow with you
https://orchid.run
GNU General Public License v3.0
512 stars 53 forks source link

Add support for Apple Silicon (M1 chip) #408

Open Victor-Pw opened 2 years ago

Victor-Pw commented 2 years ago

Hi,

Until now I've been able to successfully build and generate the documentation for my project on both Windows and MacOS (on intel chip) using Orchid. Unfortunately, I'm now trying to setup a CI job that will do exactly the same but on a Mac mini Gitlab runner. The problem apparently comes from it featuring the new M1 chip (arm64), and I keep getting the following error about a "libjansi-64" dependency that could not be found : "no matching architecture in universal wrapper" (see logs below).

image

Might be fixed in Jansi-2.3.3

rsetkus commented 1 year ago

Hey @Victor-Pw! Did you manage to find a workaround for this issue?