Skip to content

Commit

Permalink
fix build matrix for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Jun 5, 2023
1 parent 75b1ff6 commit c7c9123
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-20.04, windows-latest, self-hosted]
include:
- platform: self-hosted
target: aarch64-apple-darwin

runs-on: ${{ matrix.platform }}

steps:
Expand Down Expand Up @@ -100,3 +104,4 @@ jobs:
releaseBody: ${{ github.event.release.body }}
releaseId: ${{ github.event.release.id }}
tagName: ${{ github.event.release.tag_name }}
args: "--target ${{ matrix.target }}"

1 comment on commit c7c9123

@vercel
Copy link

@vercel vercel bot commented on c7c9123 Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.