fmaclen / canutin-desktop

An open-source personal finance desktop app
https://canutin.com
Apache License 2.0
26 stars 4 forks source link

Add release for Apple Silicon #85

Closed fmaclen closed 2 months ago

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 1.0.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

fmaclen commented 2 years ago
# electron-builder.yml

mac:
  target:
    - target: dmg
      arch:
        - x64
        - arm64

This configuration didn't work when building the app on Github Actions, my very uninformed guess is because in release.yml we specify macos-latest as the matrix.os strategy and that only applies to the x86 version.

Reopening it because it's not fixed.

Note that the x86 version works well through Rosetta on Macs with Apple silicon.

fmaclen commented 2 months ago

https://github.com/fmaclen/canutin-desktop/pull/216