Skip to content

Commit

Permalink
Fix build on linux arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
azuwis committed Feb 24, 2023
1 parent 960d43f commit b3eabd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_tag(self):
elif platform == 'linux':
# the oldest mainline github runner available is ubuntu 20.04,
# which runs glibc 2.31:
oses = 'manylinux_2_31_x86_64'
oses = 'manylinux_2_31_{}'.format(architecture0)
else:
pythons = 'py2.py3'
oses = 'any'
Expand Down

0 comments on commit b3eabd3

Please sign in to comment.