Skip to content

Commit 24fd7ee

Browse files
committed
arm
1 parent ae42ef3 commit 24fd7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-sdk/kiota-gen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# https://stackoverflow.com/a/7171315/7898052
1717
def os_bits(machine=platform.machine().lower()):
18-
machine2bits = {"amd64": 64, "x86_64": 64, "i386": 32, "x86": 32}
18+
machine2bits = {"amd64": 64, "arm64": 64, "x86_64": 64, "i386": 32, "x86": 32}
1919
return machine2bits.get(machine, None)
2020

2121

0 commit comments

Comments
 (0)