Publish nigthly and release of kiwix-tools on aarch64

This commit is contained in:
Matthieu Gautier 2023-03-29 11:40:04 +02:00
parent 8e61acbca2
commit 18c5d3bf5f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ elif PLATFORM_TARGET.startswith("native_"):
TARGETS = ("libzim", "libkiwix")
else:
TARGETS = ("zim-tools", "kiwix-tools")
elif PLATFORM_TARGET in ("win32_static", "armhf_static", "i586_static"):
elif PLATFORM_TARGET in ("win32_static", "armhf_static", "aarch64_static", "i586_static"):
TARGETS = ("kiwix-tools",)
elif PLATFORM_TARGET == "flatpak":
TARGETS = ("kiwix-desktop",)