DEV Community

Discussion on: An Unintentionally Comprehensive Introduction to GitHub Actions CI

Collapse
 
bnb profile image
Tierney Cyren

My specific YAML is for Node.js, but the actual platform itself – GitHub Actions CI – is agnostic. There are Windows, Linux, and macOS machines available (2 cores / 7gb ram / 14gb disk for all of them) so if those will suffice to build your applications, you should be good to go – you'll just want to work on templates that are more targeted toward your intended platform. There may already be some – check out the Actions org on GitHub, and the actions/starter-workflows repo for more resources.