#Build application for other OS
12 messages · Page 1 of 1 (latest)
however a better system is to use Github actions and use native runners to build your applications for other OSs in this instance
this might give some direction
Agreed with Tinkly though, we use CircleCI cloud with a lot of success
cloud ci/cd platform (also has local runners) that we use to build/deploy a mac/windows electron app
our github actions for building electron app: https://github.com/fairdataihub/SODA-for-SPARC/tree/main/.github/workflows
yeah
This one specifically: https://github.com/fairdataihub/SODA-for-SPARC/blob/main/.github/workflows/Build-and-deploy-win.yml YOu can ignore the python part for your app.
Yeah I’d start with that link tink sent for reference. I know a lot of people use gha. Been really happy with circleci, but no idea how their free tier compares.
pretty sure both have free tiers, but you’ll need to read the fine print
if this is a public github repo, might make more sense to try actions first