diff --git a/config/multithread b/config/multithread index d89479ca09..cb96bfa574 100644 --- a/config/multithread +++ b/config/multithread @@ -26,11 +26,6 @@ json_worker() { [[ ${pkgpath} =~ ^${ROOT}/${PACKAGES}/ ]] && hierarchy="global" || hierarchy="local" - if [ -n "$PKG_ARCH" ]; then - listcontains "$PKG_ARCH" "!$TARGET_ARCH" && continue - listcontains "$PKG_ARCH" "$TARGET_ARCH" || listcontains "$PKG_ARCH" "any" || continue - fi - cat <