We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf35cf commit 3bcf0c5Copy full SHA for 3bcf0c5
.github/workflows/release-candidate.yml
@@ -131,6 +131,9 @@ jobs:
131
- arch: linux_armv6l
132
ext: so
133
whl: linux_armv6l
134
+ - arch: linux_armv6l
135
+ ext: so
136
+ whl: linux_armv7l
137
steps:
138
- name: Checkout Code
139
uses: actions/checkout@v3
.github/workflows/release.yml
@@ -96,6 +96,9 @@ jobs:
96
97
98
99
100
101
102
103
104
0 commit comments