Skip to content

Commit 3cbbe58

Browse files
deploy: Add macos ARM binary
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent c0c697c commit 3cbbe58

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
strategy:
99
matrix:
1010
include:
11+
- os: macos-latest
12+
TARGET: aarch64-apple-darwin
13+
1114
- os: macos-latest
1215
TARGET: x86_64-apple-darwin
1316

0 commit comments

Comments
 (0)