Skip to content

Commit

Permalink
build only for intel macs
Browse files Browse the repository at this point in the history
  • Loading branch information
smartfrigde committed Nov 16, 2024
1 parent 5f22716 commit 84e0266
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
- name: Build TypeScript
run: pnpm build

- name: Install SnapCraft
if: matrix.os == 'macos-latest'
uses: samuelmeuli/action-snapcraft@v2

- name: Load Electron cache
uses: actions/cache/restore@v4
with:
Expand All @@ -55,7 +51,7 @@ jobs:
# Sadly, it makes more sense to separate builds per platform
- name: Build Electron for MacOS (DMG & ZIP)
if: matrix.os == 'macos-latest'
run: pnpm electron-builder -m zip dmg
run: pnpm electron-builder --x64 -m zip dmg

- name: Build Electron for Windows (NSIS, AppX, & ZIP)
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 84e0266

Please sign in to comment.