Skip to content

Commit 3bcf0c5

Browse files
authored
Build arm7l whl (#553)
1 parent edf35cf commit 3bcf0c5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release-candidate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ jobs:
131131
- arch: linux_armv6l
132132
ext: so
133133
whl: linux_armv6l
134+
- arch: linux_armv6l
135+
ext: so
136+
whl: linux_armv7l
134137
steps:
135138
- name: Checkout Code
136139
uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
- arch: linux_armv6l
9797
ext: so
9898
whl: linux_armv6l
99+
- arch: linux_armv6l
100+
ext: so
101+
whl: linux_armv7l
99102
steps:
100103
- name: Checkout Code
101104
uses: actions/checkout@v3

0 commit comments

Comments
 (0)