orca-app / orca

A Wasm environment for cross-platform, sandboxed graphical applications.
https://orca-app.dev
Other
349 stars 16 forks source link

Get CI working for the runtime and create releases when tags are pushed #53

Closed bitwitch closed 9 months ago

bitwitch commented 9 months ago

I don't know how the self-hosted runner for mac arm64 works exactly, but it understandably doesn't run in my fork where I was developing. I believe it will only run in the base repo, so I haven't been able to test that yet.

I think this is at least a good start for getting CI working for the runtime and creating releases. This is my first time touching CI / github actions so please feel free to criticize or steer me in a different direction if anything feels off.

bvisness commented 9 months ago

Looks great to me!