Skip to content

Commit 7e8d86e

Browse files
authored
Merge pull request #26 from openziti/bump-ziti-sdk-0.29.7
update ziti-sdk@0.29.7
2 parents 3d7ff7c + 4905d35 commit 7e8d86e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ tag_prefix = v
3838
parentdir_prefix = openziti-
3939

4040
[openziti]
41-
ziti_sdk_version = 0.29.6
41+
ziti_sdk_version = 0.29.7

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ def get_platform(self):
4949
mach = 'arm'
5050
elif arch == '64bit':
5151
mach = 'arm64'
52+
elif mach == 'aarch64':
53+
mach = 'arm64'
5254
return osname, mach, 'libziti.so'
5355

5456
if osname == 'Darwin':

0 commit comments

Comments
 (0)