Owning solely a GNU/Linux machine, I currently build an executable for Linux x86-64, Windows and MacOS x86 using the setup-ocaml GH CI facility (many thanks to its authors). (To be able to build on all 3 platforms, I had to fix the version of packages in a way that works on all of them, which was a bit tedious and took some time, btw).
Users of my program who own a Mac M1/M2/M3 apparently can’t run the program. Is there a way to add MacOS arm64 as a 4th target?