testing/oauth2-proxy: disable on riscv64

This commit is contained in:
fossdd 2025-07-16 14:20:29 +02:00
parent 95f8a0ce69
commit 362acff646

View File

@ -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"