Skip to content

Commit 0f606ed

Browse files
authored
Merge pull request #371 from azuwis/linux-arm64
Fix build on linux arm64
2 parents 960d43f + b3eabd3 commit 0f606ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def get_tag(self):
8080
elif platform == 'linux':
8181
# the oldest mainline github runner available is ubuntu 20.04,
8282
# which runs glibc 2.31:
83-
oses = 'manylinux_2_31_x86_64'
83+
oses = 'manylinux_2_31_{}'.format(architecture0)
8484
else:
8585
pythons = 'py2.py3'
8686
oses = 'any'

0 commit comments

Comments
 (0)