1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

sysutils/kubie: Add ONLY_FOR_ARCHS

Build requires a 64 bit processor

Reported by:	fallout
MFH:		2024Q3
This commit is contained in:
Gabriel M. Dutra 2024-07-27 01:28:18 -03:00
parent 3f547f88de
commit 30c1e58dfb

View File

@ -10,6 +10,9 @@ WWW= https://github.com/sbstp/kubie
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64
ONLY_FOR_ARCHS_REASON= Requires 64-bit processor
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= sbstp