From 362acff6462e4f5d6898fe1f85de02446bbcdaba Mon Sep 17 00:00:00 2001 From: fossdd Date: Wed, 16 Jul 2025 14:20:29 +0200 Subject: [PATCH] testing/oauth2-proxy: disable on riscv64 --- testing/oauth2-proxy/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/oauth2-proxy/APKBUILD b/testing/oauth2-proxy/APKBUILD index b6af3aa8576..f6ea8111e21 100644 --- a/testing/oauth2-proxy/APKBUILD +++ b/testing/oauth2-proxy/APKBUILD @@ -5,7 +5,7 @@ pkgver=7.8.1 pkgrel=3 pkgdesc="Reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers" url="https://oauth2-proxy.github.io/oauth2-proxy" -arch="all" +arch="all !riscv64" # tests fail license="MIT" install="$pkgname.pre-install" makedepends="go"