Closed Hinton closed 2 years ago
The artifacts are filtered using electron-builder which ensures we don't include binaries for other environments.
EC-141
Ensure the mac build runs correctly on both intel and arm.
npm run lint
@mimartin12 I added caching which should save us a couple of minutes while building this.
Type of change
Objective
1379 didn't work correctly when cross compiled. This PR adds a custom build script which ensures we build for all platforms we currently support.
The artifacts are filtered using electron-builder which ensures we don't include binaries for other environments.
EC-141
Testing requirements
Ensure the mac build runs correctly on both intel and arm.
Before you submit
npm run lint
) (required)