Skip to content

Commit

Permalink
Add darwin aarch64 to release downlaods
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Dec 11, 2023
1 parent 4ff201a commit 49e9bd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ jobs:
arch: x86
- platform: darwin
arch: x86_64
- platform: darwin
arch: aarch64
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/templates/release.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ permissions:
arch: x86
- platform: darwin
arch: x86_64
- platform: darwin
arch: aarch64
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 49e9bd3

Please sign in to comment.