diff --git a/core-concepts/build-lifecycle.md b/core-concepts/build-lifecycle.md index 1599e7c..b84efd7 100644 --- a/core-concepts/build-lifecycle.md +++ b/core-concepts/build-lifecycle.md @@ -99,4 +99,4 @@ If you want to share a specific sequence of build hook logic, you can modularize By default, Electron Forge will only build your app for the operating system it's running on. Targeting a different operating system (e.g. building a Windows app from macOS) has many caveats. -If you don't have access to Windows, macOS, and Linux machines, we highly recommend creating a build pipeline on a Continuous Integration platform that supports all these platforms (e.g. CircleCI or GitHub Actions). For an example of CI builds in action, see [Electron Fiddle's GitHub Actions pipeline](https://github.com/electron/fiddle/blob/main/.circleci/config.yml). +If you don't have access to Windows, macOS, and Linux machines, we highly recommend creating a build pipeline on a Continuous Integration platform that supports all these platforms (e.g. CircleCI or GitHub Actions). For an example of CI builds in action, see [Electron Fiddle's CircleCI pipeline](https://github.com/electron/fiddle/blob/main/.circleci/config.yml).