From 53d967aeecbc188a50b9d09a164af17d50b6ec11 Mon Sep 17 00:00:00 2001 From: Jens Reidel Date: Fri, 11 Jul 2025 22:50:32 +0200 Subject: [PATCH] testing/kanidm: enable for ppc64le Signed-off-by: Jens Reidel --- testing/kanidm/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/kanidm/APKBUILD b/testing/kanidm/APKBUILD index fce9309ce82..37c11299ccb 100644 --- a/testing/kanidm/APKBUILD +++ b/testing/kanidm/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.5.0 pkgrel=0 pkgdesc="A simple, secure and fast identity management platform" url="https://kanidm.com/" -arch="x86_64 aarch64 riscv64" +arch="x86_64 aarch64 ppc64le riscv64" # only x86_64 (with x86_64_v2) and aarch64 (with neon_v8) supported: # https://kanidm.github.io/kanidm/stable/preparing_for_your_deployment.html#cpu license="MPL-2.0"