Skip to content

Commit

Permalink
Build linux arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Nov 21, 2024
1 parent 0a82cd5 commit afaf665
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ jobs:
fail-fast: false
matrix:
# macos-latest is for arm64 build, macos-13 is for x86_64
os: ["windows-latest", "macos-latest", "macos-13", "ubuntu-latest"]
include:
- os: windows-latest
- os: macos-latest # arm64
- os: macos-13 # x86_64
- os: ubuntu-latest
arch: x64
- os: ubuntu-latest
arch: arm64

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit afaf665

Please sign in to comment.