tinygo/.github/workflows
Ayke van Laethem cdd267fa10 builder: add support for cross compiling to Darwin
This means that it will be possible to generate a Darwin binary on any
platform (Windows, Linux, and MacOS of course), including CGo. Of
course, the resulting binaries can only run on MacOS itself.

The binary links against libSystem.dylib, which is a shared library. The
macos-minimal-sdk repository contains open source header files and
generated symbol stubs so we can generate a stub libSystem.dylib without
copying any closed source code.
2022-02-12 15:33:06 +01:00
..
build-macos.yml builder: add support for cross compiling to Darwin 2022-02-12 15:33:06 +01:00
docker.yml build: trigger drivers repo build after successful docker dev build 2022-01-21 10:05:29 +01:00
linux.yml builder: add support for cross compiling to Darwin 2022-02-12 15:33:06 +01:00
windows.yml builder: add support for cross compiling to Darwin 2022-02-12 15:33:06 +01:00