git: 9aa2f643851a - main - www/tailwindcss3: drop i386 & arm7 support

From: Dave Cottlehuber <dch_at_FreeBSD.org>
Date: Mon, 29 Sep 2025 15:57:48 UTC
The branch main has been updated by dch:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9aa2f643851a9fad4ba6ac6a9234ca002217ceb6

commit 9aa2f643851a9fad4ba6ac6a9234ca002217ceb6
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2025-09-29 15:48:03 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2025-09-29 15:57:14 +0000

    www/tailwindcss3: drop i386 & arm7 support
    
    Runaway builds occur in the pkg builder.
    
    Reported by:    pkg-fallout
    Sponsored by:   SkunkWerks, GmbH
---
 www/tailwindcss3/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/tailwindcss3/Makefile b/www/tailwindcss3/Makefile
index 192585e27410..c246057a384c 100644
--- a/www/tailwindcss3/Makefile
+++ b/www/tailwindcss3/Makefile
@@ -10,6 +10,7 @@ WWW=		https://tailwindcss.com/
 
 LICENSE=	MIT
 
+ONLY_FOR_ARCHS=	amd64 aarch64 # causes runaway builds in pkg cluster
 BUILD_DEPENDS=	npm:www/npm
 USES=		nodejs:run tar:txz