Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
lijiahao committed Sep 20, 2024
1 parent 88af8ff commit 678e5a8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,12 @@ on:

jobs:
release:
name: Build/release Electron app
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
arch: [x64, arm64]
exclude:
- os: ubuntu-latest
arch: arm64
- os: windows-latest
arch: arm64

steps:
- name: Checkout Git repository
Expand Down

0 comments on commit 678e5a8

Please sign in to comment.