Skip to content

Commit

Permalink
fix: update mention to Fiddle CircleCI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Jul 8, 2024
1 parent 93333f9 commit 6910693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-concepts/build-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 6910693

Please sign in to comment.