Skip to content

Commit 995cada

Browse files
authored
Add linux aarch64 wheel build support (#53)
Signed-off-by: odidev <[email protected]>
1 parent 20dac87 commit 995cada

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

imageio_ffmpeg/_definitions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@ def get_platform():
3535
"win64": "ffmpeg-win64-v4.2.2.exe",
3636
# "linux32": "ffmpeg-linux32-v4.2.2",
3737
"linux64": "ffmpeg-linux64-v4.2.2", # Kernel 3.2.0+
38+
"linuxaarch64": "ffmpeg-linuxaarch64-v4.2.2",
3839
}
3940

4041
osxplats = "macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64"
4142

4243
# Wheel tag -> platform string
4344
WHEEL_BUILDS = {
4445
"py3-none-manylinux2010_x86_64": "linux64",
46+
"py3-none-manylinux2014_aarch64": "linuxaarch64",
4547
"py3-none-" + osxplats: "osx64",
4648
"py3-none-win32": "win32",
4749
"py3-none-win_amd64": "win64",

0 commit comments

Comments
 (0)