diff --git a/guides/building-release-artifacts.md b/guides/building-release-artifacts.md index 544cfa018e2a..4cbc053208c7 100644 --- a/guides/building-release-artifacts.md +++ b/guides/building-release-artifacts.md @@ -35,4 +35,6 @@ The npm package requires a corresponding binary of the same version. In producti You can build the Cypress binary locally by running `yarn binary-build`. You can use Linux to build the Cypress binary (just like it is in CI) by running `yarn binary-build` inside of `yarn docker`. -`yarn binary-zip` can be used to zip the built binary together. \ No newline at end of file +If you're on macOS and building locally, you'll need a code-signing certificate in your keychain, which you can get by following the [instructions on Apple's website](https://developer.apple.com/library/archive/documentation/Security/Conceptual/CodeSigningGuide/Procedures/Procedures.html#//apple_ref/doc/uid/TP40005929-CH4-SW30). Also, you'll also most likely want to skip notarization since it requires an Apple Developer Program account - set `SKIP_NOTARIZATION=1` when building locally to do this. + +`yarn binary-zip` can be used to zip the built binary together.