PostgREST / postgrest

REST API for any Postgres database
https://postgrest.org
MIT License
22.65k stars 1k forks source link

Migrate the CI Arm64 Build to the new GitHub Arm-based Linux runners (when available) #3575

Open laurenceisla opened 2 weeks ago

laurenceisla commented 2 weeks ago

According to this recent announcement, there are new Arm-based Linux runners for CI available: https://github.com/actions/partner-runner-images.

Unfortunately, for now, there are two big caveats:

In the meantime we could still use the self-hosted image that is being worked in #3540.

steve-chavez commented 2 weeks ago

Only available for Teams and Enterprise plans.

We could subscribe to Team plans. Would that bring an advantage over our self hosted runners?

laurenceisla commented 2 weeks ago

We could subscribe to Team plans. Would that bring an advantage over our self hosted runners?

Not really sure, since the self host isn't implemented yet and we cannot test if the Haskell builds in arm runners are feasible right now (I'm thinking that it shouldn't be too difficult, but still, not sure). So a cost / benefit comparison can't be done yet.