diff --git a/.github/.DS_Store b/.github/.DS_Store deleted file mode 100644 index 36b372c..0000000 Binary files a/.github/.DS_Store and /dev/null differ diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e5c907..5348896 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: id: windows - os: ubuntu-latest id: linux-x64 - - os: ubuntu-22.04-arm + - os: ubuntu-24.04-arm id: linux-arm64 runs-on: ${{ matrix.config.os }} timeout-minutes: 90 @@ -69,6 +69,8 @@ jobs: # IS_NIGHTLY: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main') }} IS_RELEASE: ${{ startsWith(github.ref, 'refs/tags/') }} IS_FORK: ${{ github.event.pull_request.head.repo.fork == true }} + npm_config_target_arch: ${{ matrix.config.id == 'linux-arm64' && 'arm64' || '' }} + ELECTRON_BUILDER_ARCH: ${{ matrix.config.id == 'linux-arm64' && 'arm64' || '' }} run: | # See: https://www.electron.build/code-signing