supabase / postgres

Unmodified Postgres with some useful plugins
https://supabase.com
PostgreSQL License
1.39k stars 139 forks source link

chore: introduce a darwin builder just for the nix build #1180

Closed samrose closed 2 months ago

samrose commented 2 months ago

What kind of change does this PR introduce?

In the nix CI build, this PR is introducing an ephemeral darwin arm64 build that runs in the matrix.

This darwin build does not use docker, and instead runs direct on the machine, since the runner machine itself is ephemeral. Nothing has been changed about the aarch64-linux and x86_64-linux runners or builds.