aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2026-03-09 14:44:40 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2026-03-15 15:28:56 +0000
commitb1e7e12428e07a6f36afdc91b21ae044f4c4db3c (patch)
tree3ef6e4fecc35f9f44340b7843a9a1cf511a8b6d4 /sysutils
parent48005377217c9a2da596d78a889eaa6e4c21dbcb (diff)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/k9s/Makefile3
-rw-r--r--sysutils/zot/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/k9s/Makefile b/sysutils/k9s/Makefile
index 18f47e11deb7..71f1b9335c92 100644
--- a/sysutils/k9s/Makefile
+++ b/sysutils/k9s/Makefile
@@ -11,7 +11,8 @@ WWW= https://github.com/derailed/k9s
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-NOT_FOR_ARCHS= i386
+ONLY_FOR_ARCHS= aarch64 amd64
+ONLY_FOR_ARCHS_REASON= module modernc.org/sqlite only supported on aarch64 and amd64
USES= go:1.25+,modules
GO_MODULE= github.com/derailed/k9s
diff --git a/sysutils/zot/Makefile b/sysutils/zot/Makefile
index ca36535f7974..1062fc313577 100644
--- a/sysutils/zot/Makefile
+++ b/sysutils/zot/Makefile
@@ -12,7 +12,8 @@ WWW= https://zotregistry.dev/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_i386= modernc.org/libc does not compile on i386
+ONLY_FOR_ARCHS= aarch64 amd64
+ONLY_FOR_ARCHS_REASON= module modernc.org/sqlite only supported on aarch64 and amd64
USES= go:1.25+,modules
USE_GITHUB= yes