Skip to content

Commit 0826d43

Browse files
committed
Add aarch64 to linux release matrix
1 parent 77159e1 commit 0826d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
needs: generate-stubs
3131
strategy:
3232
matrix:
33-
target: [x86_64]
33+
target: [x86_64, aarch64]
3434
steps:
3535
- uses: actions/checkout@v4
3636
with:

0 commit comments

Comments
 (0)