We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77159e1 commit 0826d43Copy full SHA for 0826d43
1 file changed
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
needs: generate-stubs
31
strategy:
32
matrix:
33
- target: [x86_64]
+ target: [x86_64, aarch64]
34
steps:
35
- uses: actions/checkout@v4
36
with:
0 commit comments