diff --git a/.github/scripts/build_projects.py b/.github/scripts/build_projects.py index 0cb79fa..6fd5851 100755 --- a/.github/scripts/build_projects.py +++ b/.github/scripts/build_projects.py @@ -29,7 +29,7 @@ elif PLATFORM_TARGET.startswith("native_"): TARGETS = ("libzim",) else: TARGETS = ("zim-tools", "libkiwix", "kiwix-tools") -elif PLATFORM_TARGET in ("win32_static", "armhf_static", "i586_static"): +elif PLATFORM_TARGET in ("win32_static", "armhf_static", "armhf_dyn", "i586_static"): TARGETS = ("kiwix-tools",) elif PLATFORM_TARGET == "flatpak": TARGETS = ("kiwix-desktop",)