function main(t) if is_host("bsd", "solaris", "haiku") or is_subhost("msys") then return end if is_host("linux") and linuxos.name() == "alpine" then return end -- only for x86/x64, because it will take too long time on ci with arm/mips if os.subarch():startswith("x") or os.subarch() == "i386" then t:build() end end