Add platform tag for linuxarm64 in Makefile #7325

This commit is contained in:
Thomas Krijnen
2025-11-10 11:17:24 +01:00
committed by GitHub
parent 2c5f0c6cf2
commit dceb35782e
+3
View File
@@ -55,6 +55,9 @@ endif
ifeq ($(PLATFORM), linux64)
PLATFORMTAG:=manylinux_2_31_x86_64
endif
ifeq ($(PLATFORM), linuxarm64)
PLATFORMTAG:=manylinux_2_31_aarch64
endif
ifeq ($(PLATFORM), macos64)
PLATFORMTAG:=macosx_10_15_x86_64
endif