aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCeleste <20312-Celeste@users.gitlab.alpinelinux.org>2024-05-13 04:18:03 +0000
committerCeleste <20312-Celeste@users.gitlab.alpinelinux.org>2024-05-13 04:18:12 +0000
commit60ccdf6cbf99dd618d8f59984a39204515ed76d6 (patch)
treead279a8d93324c51fb05768c84ede0a580ac72ef
parent6307ec4a5af0fae7a88d4a79e8a3e7815f885de9 (diff)
community/jellyfin: temporarily disable on armv7HEADmaster
This errors out due to "alpine.3.20.0-arm" not being a recognized RuntimeIdentifier, and this is the last blocker for 3.20 on armv7, so temporarily disable it to allow armv7 community to be uploaded.
-rw-r--r--community/jellyfin/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/jellyfin/APKBUILD b/community/jellyfin/APKBUILD
index 5cc74cf489d..9f0deb3880c 100644
--- a/community/jellyfin/APKBUILD
+++ b/community/jellyfin/APKBUILD
@@ -7,7 +7,8 @@ pkgusers="$pkgname"
pkggroups="$pkgname"
install="$pkgname.pre-install"
url="https://jellyfin.org/"
-arch="x86_64 armv7 aarch64"
+#arch="x86_64 armv7 aarch64"
+arch="x86_64 aarch64"
license="GPL-2.0-only"
makedepends="dotnet6-sdk"
depends="aspnetcore6-runtime ffmpeg"