Y
Hacker News
new
|
ask
|
show
|
jobs
by
ethomson
2376 days ago
Indeed, GitHub Actions only has ubuntu virtual machines, but you can run a custom container with the `jobs.<job-id>.container` specifier.
1 comments
jillesvangurp
2375 days ago
Actually it' s possible to do react native builds on OS X as well:
https://medium.com/@jonnyburger/first-look-using-github-acti...
We've been experimenting with this and are using this to add some CI to our react native frontend.
link
ethomson
2375 days ago
Yes, I apologize for not being clear: our Linux virtual machines only run Ubuntu. (We also offer macOS and Windows virtual machines.)
link
We've been experimenting with this and are using this to add some CI to our react native frontend.