Skip to content

Commit 49e9bd3

Browse files
committed
Add darwin aarch64 to release downlaods
1 parent 4ff201a commit 49e9bd3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ jobs:
139139
arch: x86
140140
- platform: darwin
141141
arch: x86_64
142+
- platform: darwin
143+
arch: aarch64
142144
steps:
143145
- uses: actions/checkout@v4
144146

.github/workflows/templates/release.yml.jinja

+2
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ permissions:
173173
arch: x86
174174
- platform: darwin
175175
arch: x86_64
176+
- platform: darwin
177+
arch: aarch64
176178
steps:
177179
- uses: actions/checkout@v4
178180

0 commit comments

Comments
 (0)